A Rust crate for working with the LXD API.
Please note: this project is in early development and not yet ready for use.
Install prerequisites:
- a recent rust toolchain with cargo
- rustfmt
- cargo clippy
Check your changes before pushing:
make test
(The CI runs the equivalent of make test.)