Rust implementation of the spline type that's used in the Audio Scene Description Format (ASDF), see https://AudioSceneDescriptionFormat.readthedocs.io/.
- Rust compiler, Cargo (https://rustup.rs/)
The required Rust packages (a.k.a. "crates") are listed in the file
Cargo.toml
.
cargo test --workspace
There are further tests (using Python) in the python/
directory.
Run cargo doc --workspace
in the main directory to create the documentation.
The generated HTML documentation can be accessed via
target/doc/asdfspline/index.html
and target/doc/asdfspline_ffi/index.html
.
Have a look in the python/
directory.
MIT OR Apache-2.0