Expand description
Re-exports all backend dependencies used by the socket module and its
sub-modules (server, client).
Only available when the backend-deps feature is enabled together with at
least one of socket-server or socket-client.
Re-exports§
pub use bincode;pub use base64;pub use serde;pub use tokio;pub use log;pub use bytes;pub use serde_urlencoded;pub use hyper;pub use http;pub use hyper_util;pub use http_body_util;pub use reqwest;