ntr-io 0.0.1

Idiomatic NT APIs on Rust (I/O)
1
2
pub use ntr_core::error::Error;
pub type Result<T> = core::result::Result<T, Error>;