redfish-codegen 0.3.1

An unopinionated translation of the Redfish specification into Rust.
Documentation
// Generated by redfish-codegen. Do not modify.

#[allow(clippy::module_inception)]
mod actions;
pub use actions::*;

#[allow(clippy::module_inception)]
mod aggregation_service;
pub use aggregation_service::*;

#[allow(clippy::module_inception)]
mod oem_actions;
pub use oem_actions::*;

#[allow(clippy::module_inception)]
mod reset;
pub use reset::*;

#[allow(clippy::module_inception)]
mod reset_request_body;
pub use reset_request_body::*;

#[allow(clippy::module_inception)]
mod set_default_boot_order;
pub use set_default_boot_order::*;

#[allow(clippy::module_inception)]
mod set_default_boot_order_request_body;
pub use set_default_boot_order_request_body::*;