Crate cvars_macros

source ·
Expand description

Proc macros for generating methods on your Cvars struct.

This crate is not meant to be used directly, its macros are reexported by the cvars crate and might not work if used directly due to language limitations.

Macros

Experimental. Generate the whole Cvars struct.

Derive Macros

Generate setters and getters that take cvar names as string.