AmateurECE / redfish-codegen

Implementation of DMTF's Redfish data models, generated from their OpenAPI documents.
Apache License 2.0
4 stars 2 forks source link

Solution for `no-std` environments #5

Open AmateurECE opened 3 months ago

AmateurECE commented 3 months ago

Currently, the use of higher level components (redfish-axum, seuss, etc.) assumes the use of axum and std. We should be able to support no-std environments, as well. What would this look like?