emixnet 0.6.0

Higher-level HTTP, mail, and VPN helpers layered on EssentialMix core utilities.
Documentation
1
2
3
4
5
6
7
mod error;
#[cfg(feature = "vpn")]
pub mod vpn;
pub mod web;

pub use emixcore::{Error, Result};
pub use error::{NetError, Result as NetResult};