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.