#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

#766 in #procedural

Download history 280/week @ 2024-11-16 472/week @ 2024-11-23 648/week @ 2024-11-30 271/week @ 2024-12-07 302/week @ 2024-12-14 40/week @ 2024-12-21 43/week @ 2024-12-28 278/week @ 2025-01-04 165/week @ 2025-01-11 94/week @ 2025-01-18 208/week @ 2025-01-25 234/week @ 2025-02-01 388/week @ 2025-02-08 142/week @ 2025-02-15 520/week @ 2025-02-22 270/week @ 2025-03-01

1,387 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

~4MB
~88K SLoC