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

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

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

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

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

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

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