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

pub mod v1_0_10;
pub mod v1_1_8;
pub mod v1_2_6;
pub mod v1_3_6;
pub mod v1_4_1;
#[allow(clippy::module_inception)]
mod redundancy;
pub use redundancy::*;

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