Crate logos_codegen
source ·Expand description
Logos
This is a #[derive]
macro crate, for documentation go to main crate.
Functions
- Generate a
Logos
implementation for the given struct, provided as a stream of rust tokens. - Strip all logos attributes from the given struct, allowing it to be used in code without
logos-derive
present.