syntax-rust 0.1.0

Provides highlighting for Rust code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "syntax-rust"
version = "0.1.0"
authors = ["Aramis Razzaghipour <aramisnoah@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Provides highlighting for Rust code."
documentation = "https://docs.rs/syntax-rust"
homepage = "https://github.com/arzg/syntax-rust"
repository = "https://github.com/arzg/syntax-rust"

[dependencies]
dialect = "0.1"
nom = "5"