airio 0.2.0

A collection of networking libraries for airio
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub use airio_core as core;

#[cfg(feature = "identify")]
pub use airio_identify as identify;

#[cfg(feature = "muxing")]
pub use airio_muxing as muxing;

#[cfg(feature = "yamux")]
pub use airio_yamux as yamux;

#[cfg(feature = "tcp")]
pub use airio_tcp as tcp;

#[cfg(feature = "ws")]
pub use airio_ws as ws;