//! Seuss is a set of components and entities for implementing Redfish-compliant services. This
//! crate combines the [redfish_codegen] and [redfish_axum] crates--which are generated
//! programmatically from the Redfish schema bundle and standard registries--with some basic
//! implementations of common services and components to provide a batteries-included suite of
//! tools for implementing Redfish compliant services on POSIX and non-POSIX systems.
/// Components for authenticating and authorizing users.
/// Utilities for reporting Redfish errors to users.
/// Middleware that can be used with the axum ecosystem (mostly used internally).
/// Implementations of some standard components.
/// Utilities to easily expose an [axum::Router] over HTTP.
pub use *;
pub use *;
/// Re-exports from [redfish_axum].
/// Re-exports from [redfish_core].