kxio 1.1.2

Provides injectable Filesystem and Network resources to make code more testable
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "fs")]
pub mod filesystem;

#[cfg(feature = "fs")]
pub mod fs;

#[cfg(feature = "network")]
pub mod network;

#[cfg(test)]
mod tests;