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_4_0;
#[allow(clippy::module_inception)]
mod replica_fault_domain;
pub use replica_fault_domain::*;

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

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