lang-c 0.10.0

Lightweight C parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.travis-ci]
repository = "vickenty/lang-c"

[features]
dev-pegviz = []

[package]
authors = ["Vickenty Fesunov <kent@setattr.net>"]
categories = ["parser-implementations"]
description = "Lightweight C parser"
documentation = "https://docs.rs/lang-c"
homepage = "https://github.com/vickenty/lang-c"
include = ["/src/**/*.rs", "Cargo.toml", "/LICENSE*", "/README.md"]
keywords = ["ast", "c", "parser", "c-language"]
license = "MIT/Apache-2.0"
name = "lang-c"
repository = "https://github.com/vickenty/lang-c"
version = "0.10.0"