uapi 0.2.10

Wrappers for OS APIs on UNIX-like platform
Documentation
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;