bril2json

Crates.iobril2json
lib.rsbril2json
version0.1.0
created_at2025-02-08 02:40:44.494223+00
updated_at2025-02-08 02:40:44.494223+00
descriptionConvert textual Bril to JSON
homepage
repository
max_upload_size
id1547691
size26,444
Ethan Uppal (ethanuppal)

documentation

README

bril2json

This is a simple shell utility to convert programs in Bril's textual representation into Bril's canonical JSON representation.

Install

cd other/bril2json
cargo install --path .

Usage

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
Commit count: 0

cargo fmt