Module writer

Module writer 

Source
Expand description

Exports the Writer struct that deals with writing data to multiple different output streams

Re-exports§

pub use self::data::*;

Modules§

data
Exports the Data struct and associated enums

Structs§

Writer
The struct responsible for handling writing simulation data to output streams.

Enums§

DataValue
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