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
10
11
12
mod metadata;
pub use metadata::*;

mod file;
pub use file::*;

mod dir;
pub use dir::*;

// hard_link is unimplemented
// read_link is unimplemented
// set_permissions is unimplemented