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 fan;
pub use fan::*;

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

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

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

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

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

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

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

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

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