edge-net 0.2.0

no_std and no-alloc async implementations of various network protocols.
Documentation
pub mod http;
pub mod io;
#[cfg(feature = "std")]
pub mod stdnal;
pub mod tcp;
pub mod ws;