Re-exports§
Macros§
- define_
struct_ from - A macro that generates a struct from a list of field names and types.
- derive_
for_ struct - A macro that generates a struct with the specified fields and implements common traits for it.
- display_
colored Deprecated - A macro that generates a
Displayimplementation for a struct, with colored output.