Crate const_cge_macro

Crate const_cge_macro 

Source

Macros§

netcrate
API for netcrate authors.

Attribute Macros§

network
Adds the required fields and functions for executing a network loaded from a CGE file.
nonrecurrent
Identical to #[network], but prevents compilation if network is recurrent.
recurrent
Identical to #[network], but prevents compilation if network is non-recurrent.