Unit and integration test can be run with cargo test
.
We use the linter Clippy and the code formatter rustfmt which can be run using cargo clippy
and cargo fmt
, respectively.
Maturin can be used to build the Python bindings for this crate.
python3 -m venv venv
maturin develop
Now, the bindings are available as the soco
package.