/quicktype-rust-poc

A PoC that generates client implementation to handle JSON with Rust and quicktype

Primary LanguageJavaMIT LicenseMIT

quicktype-rust-poc

A PoC that generates client implementation to handle JSON with Rust and quicktype

You can try following procedure with:

yarn install
yarn build
  1. Implement JSON schema with Rust using:
  2. Generate JSON schema with cargo build
  3. Generate client implementations with quicktype
    • Generate Go, Java, Python, Swift and Rust clients
    • Use JavaScript API of quicktype