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

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

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

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