#proc-macro #procedural #id-collections

macro id_collections_derive

Procedural macros for the 'id_collections' crate

1 unstable release

0.1.0 May 20, 2022

#697 in #procedural

Download history 18/week @ 2024-07-29 7/week @ 2024-08-05 2/week @ 2024-08-12 22/week @ 2024-08-26 3/week @ 2024-09-09 30/week @ 2024-09-23 2/week @ 2024-09-30 7/week @ 2024-10-14 27/week @ 2024-10-28 49/week @ 2024-11-04

83 downloads per month
Used in 3 crates (via id_collections)

MIT license

14KB
299 lines

id_collections_derive

This crate implements procedural macros which are re-exported by the id_collections crate. Due to limitations of Rust's procedural macro system, these procedural macros cannot be implemented as part of id_collections itself. You should not use this crate directly, and should instead use these macros via the id_collections crate.

Dependencies

~3.5MB
~77K SLoC