amplify_syn

Crates.ioamplify_syn
lib.rsamplify_syn
version2.0.1
sourcesrc
created_at2021-05-03 12:27:26.443498
updated_at2023-05-01 10:55:37.65527
descriptionAmplifying syn capabilities: helper functions for creating proc macro libraries
homepagehttps://github.com/rust-amplify
repositoryhttps://github.com/rust-amplify/amplify-derive
max_upload_size
id392482
size102,697
Dr. Maxim Orlovsky (dr-orlovsky)

documentation

README

Derive helper library

Build Tests Lints codecov

crates.io Docs unsafe forbidden Apache-2 licensed

Carefully crafted extensions to the well-known syn crate, which helps to create complex derivation and proc macro libraries.

For samples, please check documentation and the following code from amplify_derive crate, which uses this library for its custom derivation macros.

Minimum supported rust compiler version (MSRV): 1.59.0. Rust edition 2021.

Commit count: 317

cargo fmt