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

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

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

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

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