0.0.1-rc.2 • Published 5 days ago

rio-schema v0.0.1-rc.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 days ago

Message Format

Usage: rio [OPTIONS]

Options:
  --help                Print this message.
  --schema [PATH]       The schema file to use.
  --js [PATH]           Generate JavaScript code.
  --ts [PATH]           Generate TypeScript type definitions.
  --go [PATH]           Generate Go code (tree style).
  --cpp [PATH]          Generate C++ code (tree style).
  --callback-cpp [PATH] Generate C++ code (callback style).
  --skew [PATH]         Generate Skew code.
  --skew-types [PATH]   Generate Skew type definitions.
  --text [PATH]         Encode the schema as text.
  --binary [PATH]       Encode the schema as a binary blob.
  --root-type [NAME]    Set the root type for JSON.
  --to-json [PATH]      Convert a binary file to JSON.
  --from-json [PATH]    Convert a JSON file to binary.

Examples:
  rio --schema test.kiwi --js test.js
  rio --schema test.kiwi --cpp test.h
  rio --schema test.kiwi --skew test.sk
  rio --schema test.kiwi --binary test.bkiwi
  rio --schema test.bkiwi --text test.kiwi
  rio --schema test.kiwi --root-type Test --from-json buffer.json
  rio --schema test.kiwi --root-type Test --to-json buffer.bin
0.0.1-rc.2

5 days ago

0.0.1-rc.0

8 months ago

0.0.1-rc.1

7 months ago

0.0.1-beta.5

8 months ago

0.0.1-beta.4

8 months ago

0.0.1-beta.3

8 months ago

0.0.1-beta.2

8 months ago

0.0.1-beta.1

8 months ago

0.0.1-beta.0

8 months ago

0.0.1-alpha.5

8 months ago

0.0.1-alpha.4

8 months ago

0.0.1-alpha.3

8 months ago

0.0.1-alpha.2

8 months ago

0.0.1-alpha.1

8 months ago

0.0.1-alpha.0

8 months ago