Expand description
Common re-exports for consumers of this crate.
Curated prelude for indexbus-platform-http.
This module re-exports the most commonly used types for applications.
Stability note: prelude contents are a convenience surface and may evolve as the platform stack grows.
Re-exportsยง
pub use crate::errors::Error;pub use crate::errors::Result;pub use crate::server::HttpServer;pub use crate::server::Readiness;pub use crate::server::ReadinessState;pub use crate::server::DEFAULT_HEALTHZ_PATH;pub use crate::server::DEFAULT_READYZ_PATH;