Concatenate identifiers in a macro invocation
Repositories
dtolnay repositories
Create book from markdown files. Like Gitbook but implemented in Rust
Data structure serialization library with several opposite design goals from Serde
PyTorch Single Controller
Type that deserializes only from one specific value
Attribute macro to require that the compiler prove a function can't ever panic
Get value of rustc `-Copt-level=` flag
Non-interleaving multithreaded output queue
Macros for all your token pasting needs
Find out path at which a deserialization error occurred
Full precision decimal representation of f64
A minimal `syn` syntax tree pretty-printer
Procedural macros in expression position
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]
Rust quasi-quoting
Struct fields that are made read-only accessible to other modules
iter.reduce(fn) in Rust
Safely cast &T to &U where the struct U contains a single field of type T.