The original askama repo, please go to https://github.com/askama-rs/askama
Custom derive to automatically implement serialization to http query params for arbitrary structs.
Procedural macros for deriving Debug, Display and FromStr for types that implement serde's Serialize and Deserialize
A quick example of how to implement custom derives using procedural macros in Rust
Derive intermediate structs for Diesel
Custom-derive for the Arbitrary trait of proptest.
Derive Error implementations through custom_derive