ultron-ssg 0.3.0

A syntax highlighting library ideal for usage in a static site generator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.ultron-web]
default-features = false
version = "0.3.0"

[package]
authors = ["Jovansonlee Cesar <ivanceras@gmail.com>"]
description = "A syntax highlighting library ideal for usage in a static site generator"
documentation = "https://docs.rs/ultron-ssg"
edition = "2021"
keywords = ["syntax", "highlighting", "monospace"]
license = "MIT"
name = "ultron-ssg"
readme = "README.md"
repository = "https://github.com/ivanceras/ultron"
version = "0.3.0"