Crate logos_codegen
source ·Expand description
Functions§
- Generate a
Logosimplementation 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-derivepresent.