use io;
/// Converts Unix return integers to Result using the *value <= 0 means error is in `errno`* convention.
/// Non-error values are `Ok`-wrapped.
pub
/// Converts Unix return integers to Result using the *value < 0 means error is in `errno`* convention (which treats 0 as a success value).
/// Non-error values are `Ok`-wrapped.
pub