redfish-codegen 0.3.1

An unopinionated translation of the Redfish specification into Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generated by redfish-codegen. Do not modify.

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

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

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