uapi 0.1.1

Wrappers for OS APIs on UNIX-like platform
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use self::{
    as_ustr::*, bstr::*, bytes::*, eq::*, into::*, read::*, ustr::*, ustring::*,
    ustrptr::*,
};

mod as_ustr;
mod bstr;
mod bytes;
mod eq;
mod into;
mod read;
#[allow(clippy::module_inception)]
mod ustr;
mod ustring;
mod ustrptr;