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

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

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

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

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

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

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

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