9 releases
0.3.5 | Nov 6, 2024 |
---|---|
0.3.4 | Sep 24, 2024 |
0.3.2 | Aug 16, 2024 |
0.2.0 | Aug 14, 2024 |
0.1.0 | Feb 10, 2021 |
#384 in Procedural macros
400 downloads per month
Used in 5 crates
(3 directly)
17KB
374 lines
Library for the despatma crate. This library has some extra tokens not defined in syn that are used by despatma. These are used as options for design pattern inputs or for type inputs.
Optional features
Like syn, some functionality are behind optional features to optimize compile-time. Currently the follow feature is available:
extra-traits
— Debug, Eq, PartialEq, Hash impls for all syntax tree types.
Dependencies
~240–680KB
~16K SLoC