1 2 3 4 5 6 7
//! Contains helpers and wrappers to work with IO. pub mod manifest; /// It is public only for documentation and testing pub mod remote; /// It is public only for documentation and testing pub mod storage;