redfish-core 0.3.1

Core types and traits for implementing a Redfish service
Documentation
1
2
3
4
5
6
7
8
/// Traits and functions for implementing authentication and authorization in a Redfish service.
pub mod auth;
/// Utilities for generating Redfish errors.
pub mod error;
/// Axum Extractors used by components in this crate and dependent crates.
pub mod extract;
/// Components for implementing privilege control in Redfish services.
pub mod privilege;