1
0
Fork
You've already forked notecard-api-gen
0
A Rust code generator for the Blues Wireless Notecard API from the published JSON Schema definition.
  • Rust 100%
2026年01月05日 19:03:03 -08:00
src repr: Add enum entry descriptions.e 2026年01月05日 19:03:03 -08:00
.gitignore Initial commit 2025年12月27日 22:49:41 -08:00
Cargo.lock Renamed project to notecard-api-gen. 2026年01月04日 12:57:29 -08:00
Cargo.toml Renamed project to notecard-api-gen. 2026年01月04日 12:57:29 -08:00
README.md Added a basic README 2026年01月04日 14:46:03 -08:00

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.