Module io

Module io 

Source
Expand description

Input/output functions.

Macros§

impl_json_io
A macro to implement the JsonIO trait for a given type.

Structs§

BifParser
BIF parser for parsing Bayesian Interchange Format (BIF) files.

Traits§

BifIO
A trait for reading and writing BIF files.
CsvIO
A trait for reading and writing CSV files.
JsonIO
A trait for reading and writing JSON files.