Installation
Installation requires rust, which you can get here.
CLI
The lace CLI is installed with rust via the command
$ cargo install --locked lace-cli
Rust crate
To use the lace crate in a rust project add the following line under the
dependencies
block in your Cargo.toml
:
lace = "<version>"
Python
The python library can be installed with pip
pip install