Expand description
ling-net — async networking for Ling.
Feature flags (all off by default except http):
http— axum server + reqwest clientwebsocket— tokio-tungstenitequic— quinn (QUIC/HTTP-3)grpc— tonic + prost
Re-exports§
pub use error::NetError;pub use types::HttpMethod;pub use types::Request;pub use types::Response;