Expand description
Functions§
- generate
- Generate a
Logosimplementation for the given struct, provided as a stream of rust tokens. - strip_
attributes - Strip all logos attributes from the given struct, allowing it to be used in code without
logos-derivepresent.