amplify_derive_helpers

Amplifying Rust language capabilities: helper functions for creating proc macro libraries

4 releases

0.0.4 Jan 26, 2021
0.0.3 Jan 26, 2021
0.0.2 Jan 26, 2021
0.0.1 Jan 26, 2021

MIT license

27KB
508 lines

Derive helper library

Helper functions for creating proc macro libraries


lib.rs:

Amplifying Rust language capabilities: helper functions for creating proc macro libraries

Examples

#[name] - single form #[name = "literal"] - optional single value #[name = TypeName] #[name("literal", TypeName)] - list of arguments

Dependencies

~1.5MB
~36K SLoC