| Crates.io | bril2json |
| lib.rs | bril2json |
| version | 0.1.0 |
| created_at | 2025-02-08 02:40:44.494223+00 |
| updated_at | 2025-02-08 02:40:44.494223+00 |
| description | Convert textual Bril to JSON |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1547691 |
| size | 26,444 |
bril2jsonThis is a simple shell utility to convert programs in Bril's textual representation into Bril's canonical JSON representation.
cd other/bril2json
cargo install --path .
Usage: bril2json [<input_path>]
converts Bril's textual representation to its canonical JSON form
Positional Arguments:
input_path input Bril file: omit for stdin
Options:
--help, help display usage information