minxp 0.1.7

Partial reimplementation of std for no-std on unsupported Windows targets.
Documentation
1
2
3
4
5
6
7
8
9
mod error;
pub use error::*;

mod rw;
pub use rw::*;

mod standard_io;
pub use standard_io::*;