#macro #proc-macro #procedural #floccus

macro floccus-proc

Procedural macros for floccus crate

2 unstable releases

0.3.0 Feb 28, 2024
0.2.5 Nov 4, 2021

#288 in Parser tooling

39 downloads per month
Used in floccus

Apache-2.0

6KB

floccus-proc

License Crates.io dependency status

Procedural macros for floccus

This crate contains procedural attribute macros (currently only one) used by the floccus. But potentially can be used in some other crates, although will never be adapted to work with any other crate.

Source code of this crate is a modified copy of derive-name-macros. Check that crate for more versatile deriving of type names.


lib.rs:

Procedural macros for floccus.

This crate contains procedural attribute macros (currently only one) used by the floccus. But potentially can be used in some other crates, although will never be adapted to work with any other crate.

Source code of this crate is a modified copy of derive-name-macros.

Dependencies

~280–730KB
~17K SLoC