redfish-codegen

Crates.ioredfish-codegen
lib.rsredfish-codegen
version0.3.1
sourcesrc
created_at2023-03-13 00:36:53.741914
updated_at2023-07-13 01:52:54.963087
descriptionAn unopinionated translation of the Redfish specification into Rust.
homepagehttps://github.com/AmateurECE/redfish-codegen
repositoryhttps://github.com/AmateurECE/redfish-codegen
max_upload_size
id808395
size4,443,671
Ethan D Twardy (AmateurECE)

documentation

https://docs.rs/redfish-codegen

README

redfish-codegen

An unopinionated translation of the Redfish Schema Bundle (DSP8010) and the Base Registries Specification (DSP8011) into Rust. Models are translated to structs and enumerations, and API endpoints are translated into traits.

There is no logic in this crate. This is only a translation of the contract described in the specification documents into Rust.

Commit count: 254

cargo fmt