hexga_io 0.0.11-beta.56

io file traits abstraction to allow read/write bytes from a file, and iterating over directory
Documentation
1
2
3
4
5
6
7
use super::*;

mod io_global;
pub use io_global::*;

mod other_io;
pub use other_io::*;