10 releases (4 breaking)
0.5.0 | Mar 28, 2023 |
---|---|
0.4.3 | Feb 21, 2023 |
0.3.2 | Feb 7, 2023 |
0.2.0 | Feb 3, 2023 |
0.1.0 | Jan 13, 2023 |
#2180 in Procedural macros
3,589 downloads per month
Used in 53 crates
(2 directly)
185KB
4K
SLoC
Deluxe Core
Core functions and traits shared between deluxe
and
deluxe_macros
.
This crate is used by deluxe_macros
to parse its own
attributes. Code generated by its derive macros also references items from this crate
re-exported into deluxe
. The functions in parse_helpers
are used
internally by the derive macros, but can also be used for convenience when manually
implementing any of the parsing traits.
See the documentation for the deluxe
crate for a high-level overview
of how Deluxe works.
Dependencies
~0.4–0.8MB
~19K SLoC