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

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

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

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

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