kxio 1.0.0

Provides injectable Filesystem and Network resources to make code more testable
Documentation
1
2
3
4
#[cfg(feature = "fs")]
pub mod filesystem;
#[cfg(feature = "network")]
pub mod network;