emixnet
emixnet layers higher-level networking helpers on top of reqwest, lettre,
and supporting crates. It includes HTTP client builders, VPN automation hooks,
and mail utilities that reuse EssentialsMix error handling.
Feature Flags
mail: Enable email helpers (pulls inlettre,html-entities, andonce_cell).vpn: Enable shell-backed VPN automation utilities.full: Convenience flag for both.
[]
= { = "../../crates/net", = ["mail"] }
Quick Example
use reqwestx;
async
- Prefer
build_blocking_client*when working in synchronous contexts. - Combine with
emix::envhelpers to source credentials and timeouts. - Explore the
web::mailandvpnmodules (feature-gated) for higher-level workflows.