xsio 0.1.0

High-performance Cross-platform Low-level Socket I/O for Rust.
Documentation
1
2
3
4
use std::io::Result;

pub mod core;
pub use core::*;