minxp 0.1.7

Partial reimplementation of std for no-std on unsupported Windows targets.
Documentation
1
2
3
4
5
6
//! Implements OsString and OsStr.
//!
//! Does not implement [`core::ffi`] or [`alloc::ffi`] which has the rest of the FFI functions.

mod os_string;
pub use os_string::*;