0.0.1-rc.2 • Published 1 year ago
rio-schema v0.0.1-rc.2
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
1 year ago
0.0.1-rc.0
2 years ago
0.0.1-rc.1
2 years ago
0.0.1-beta.5
2 years ago
0.0.1-beta.4
2 years ago
0.0.1-beta.3
2 years ago
0.0.1-beta.2
2 years ago
0.0.1-beta.1
2 years ago
0.0.1-beta.0
2 years ago
0.0.1-alpha.5
2 years ago
0.0.1-alpha.4
2 years ago
0.0.1-alpha.3
2 years ago
0.0.1-alpha.2
2 years ago
0.0.1-alpha.1
2 years ago
0.0.1-alpha.0
2 years ago