A complete file of Rust source code.| docs.rs
Data structure sent to a `proc_macro_derive` macro.| docs.rs
Parsing interface for parsing a token stream into a syntax tree node.| docs.rs
github crates-io docs-rs| docs.rs
The possible types that a Rust value could have.| docs.rs
Things that can appear directly inside of a module or scope.| docs.rs
A Rust expression.| docs.rs
Why a custom derive macro I've been working on a couple of crates to copy over the magic of AssertJ's field-by-field assertions to Rust. Partially as a way of learning Macros 1.1/custom derive, and pa| Light Fiction