Expand description
Exports the Writer struct that deals with writing data to multiple different output streams
Re-exports§
pub use self::data::*;
Modules§
Structs§
- Writer
- The struct responsible for handling writing simulation data to output streams.
Enums§
- Data
Value - Wrapper enum around the different datatypes that can be written into an output stream.
Traits§
- Collectable
- Describes objects whose data can be collected and be written to an
Output