A Rust code generator for the Blues Wireless Notecard API from the published JSON Schema definition.
- Rust 100%
| src | repr: Add enum entry descriptions.e | |
| .gitignore | Initial commit | |
| Cargo.lock | Renamed project to notecard-api-gen. | |
| Cargo.toml | Renamed project to notecard-api-gen. | |
| README.md | Added a basic README | |
This repository contains code that can read the Blues Wireless published JSON Schema definitions and generate Rust Structs that represend the JSON API.
The resulting code can be used in a crate implementing the API for an embedded system or a host system.