iof 0.5.0

Read from and write data to console or file in simple formats.
Documentation
1
2
3
4
5
6
7
8
9
10
pub(super) mod error;
pub mod fmt;
mod impls;
mod iter;
mod macros;
pub(super) mod read_from;
pub(super) mod read_into;
pub(super) mod read_one_from;
pub(super) mod read_one_into;
mod tuple;