shiru 0.1.4

Extensible syntax highlighting engine, Rust implementation of ShiC++
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["\"ferhatgec\""]
description = "Extensible syntax highlighting engine, Rust implementation of ShiC++"
documentation = "https://docs.rs/shiru"
edition = "2018"
include = [".gitignore", "Cargo.toml", "src/lib.rs", "src/colorful.rs", "src/highlight.rs", "src/parse.rs", "src/shiru_cpp.rs", "src/shiru_python.rs"]
keywords = ["term", "syntax", "color", "engine", "rust"]
license = "MIT"
name = "shiru"
readme = "README.md"
repository = "https://github.com/ferhatgec/shiru"
version = "0.1.4"