Try out the Ibis playground.
(Early) documentation can be found here thanks to Rustdoc
.
For the following you’ll need git and cargo.
# Assuming git and cargo are already installed
git clone https://github.com/project-oak/arcsjs-provable.git
cd arcsjs-provable/ibis
cat demo.json | cargo run --bin dot > out.dot
Ibis also has a test suite that can be run with
cargo test
Please see the project’s contributing guide.
Please see the project’s license.