//! ling-net — async networking for Ling.
//!
//! Feature flags (all off by default except `http`):
//! - `http` — axum server + reqwest client
//! - `websocket` — tokio-tungstenite
//! - `quic` — quinn (QUIC/HTTP-3)
//! - `grpc` — tonic + prost
pub use NetError;
pub use ;
pub const VERSION: &str = env!;