rrivirr / rriv-rust

GNU General Public License v3.0
3 stars 4 forks source link

JSON Parsing #7

Open ZavenArra opened 1 year ago

ZavenArra commented 1 year ago

Valid commands are parsed from JSON in processMessages() and marshaled into the corresponding Definition and Id types.

Request/Response Types

Acceptance Criteria

ZavenArra commented 1 year ago

We will not do this as part of the rust - c-land integration, and wait until the full port to address this.