Skip to main content

Crate ling_net

Crate ling_net 

Source
Expand description

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

Re-exports§

pub use error::NetError;
pub use types::HttpMethod;
pub use types::Request;
pub use types::Response;

Modules§

error
http
HTTP server (axum) and client (reqwest) for ling-net.
types

Constants§

VERSION