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
// Generated by redfish-codegen. Do not modify.

pub mod v1_0_0;
pub mod v1_0_4;
pub mod v1_1_3;
pub mod v1_2_0;
#[allow(clippy::module_inception)]
mod capacity_source;
pub use capacity_source::*;