Installing
Cargo Install
More about this option: cargo-install(1).
Ensure that the Rust toolchain is available to your environment. Then,
cargo install ecaxpr
Manual Build
Ensure that the Rust toolchain is available to your environment.
git clone https://tangled.org/@did:plc:h5uflu6cfdbvjsggusevvy6i/ecaxpr
cd ecaxpr
cargo build --release
Finally, you can take ./target/release/ecaxpr
and do whatever you wish with your executable binary.