fuzzy-pickles 0.1.1

A low-level parser of Rust source code with high-level visitor implementations
Documentation
1
2
3
4
5
trait Foo {}

fn bar<T>(t: T)
    where T: Foo,
{}