Expand description

Prelude that exports commonly used server types.

Re-exports

pub use super::error::HrpcError;
pub use super::error::ServerResult;
pub use super::service::HrpcLayer;
pub use super::service::HrpcLayerExt;
pub use super::socket::Socket;
pub use super::transport::Transport;
pub use super::MakeRoutes;
pub use crate::make_handler;
pub use crate::response::IntoResponse;
pub use crate::Request;
pub use crate::Response;

Attribute Macros

An attribute macro that turns an async fn into a hRPC handler function.