fuzzy-pickles 0.1.1

A low-level parser of Rust source code with high-level visitor implementations
Documentation
1
2
3
4
// This is an example program
fn main() {
    println!("Hello, world!");
}