Get Started with Rimu
Playground
To play with Rimu: play.rimu.dev (opens in a new tab)
Library
To use Rimu in your Rust (opens in a new tab) app, add rimu
to your Cargo.toml
rimu = "*"
Command-line interface
To use Rimu in your terminal to render data templates,
cargo install rimu-cli
rimu-cli
Usage: rimu-cli [OPTIONS] --input
Options:
-i, --input
-e, --env
-o, --output
Expression REPL (Read-Eval-Print-Loop)
To use Rimu in your terminal as a calculator,
cargo install rimu-repl
rimu-repl