(Example) Khepri Browser in Rust: both CLI and Web UI
This tiny project is an example of how edp-rs can be used
to interact with Erlang/Elixir/BEAM-based systems from Rust.
Since this is an example, all the commands below are cargo run-based.
cargo run --bin khepri-cli '--' tree export -n rabbit@hostnamecargo run --bin khepri-cli '--' projections list -n rabbit@hostname
cargo run --bin khepri-cli '--' projections dump --name rabbit_khepri_exchange -n rabbit@hostname
cargo run --bin khepri-web '--' --node rabbit@hostnamethen navigate to http://127.0.0.1:15693.
This software is dual-licensed under the MIT License and the Apache License, Version 2.0.
(c) 2025-2026 Michael S. Klishin and Contributors.