Expand description
Macros§
- cvars
- Generate the
Cvars
struct and its impls. Each cvar and its default value is defined on one line. This is the recommended way of using this crate.
Derive Macros§
- SetGet
- Generate setters and getters that take cvar names as string.
This does the same thing as
cvars!
but you can use it on an existing struct.