multiio 0.2.3

A unified I/O orchestration library for CLI/server applications
Documentation
//! Format module tests.

#[cfg(feature = "custom")]
mod custom_stream_tests;
#[cfg(feature = "custom")]
mod custom_tests;
#[cfg(feature = "custom")]
mod registry_tests;

#[cfg(feature = "csv")]
mod csv_tests;
#[cfg(feature = "ini")]
mod ini_tests;
#[cfg(feature = "plaintext")]
mod plaintext_stream_tests;
#[cfg(feature = "toml")]
mod toml_tests;
#[cfg(feature = "xml")]
mod xml_tests;
#[cfg(feature = "yaml")]
mod yaml_tests;