1 unstable release
Uses old Rust 2015
0.1.0 | Oct 23, 2016 |
---|
#145 in #high
2.5MB
114 lines
Contains (WOFF font, 120KB) docs/Heuristica-Italic.woff, (WOFF font, 90KB) docs/FiraSans-Medium.woff, (WOFF font, 92KB) docs/FiraSans-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Regular.woff, (WOFF font, 56KB) docs/SourceCodePro-Semibold.woff, (WOFF font, 49KB) docs/SourceSerifPro-Bold.woff and 1 more.
Rust_Lexx
This is a simple crate that exposes the internal AST functionality without forcing
a developer to understand the entire syntex_syntax
/libsyntax
crate(s).
To use
[dependencies]
lexx = "0.1"
lib.rs
:
Rust Lex
The goal of this crate is to make interacting with the AST construct parts of Rust a little easier. It is more or less a high level wrapping around the various syntex_syntax crates. Those crates have partially complete documentation. This crate is the result of a few days of trial and error.
Some of the public types will force you to jump into the syntex crates, but it should only be inspecting tokens/error messages.