Expand description
A portable encoding for cge Networks. See PortableCGE.
Modules§
Structs§
- Common
Metadata - A metadata type that can be produced from all encoding versions.
- With
Recurrent State - Whether to save or load the recurrent state of a
Network.
Enums§
- Error
- An error while loading or saving a
Networkfrom/to the encoding. - Extra
- User-defined extra data to be serialized or deserialized alongside a
Network. - PortableCGE
- The portable encoding type, which can be serialized and deserialized to save and load
Networks and their metadata.
Traits§
- Encoding
Version - A trait implemented by all versioned encoding types.
- Metadata
Version - A trait implemented by all versioned metadata types.