oxbow
The core Rust library for oxbow.
Warning: oxbow is under active development. APIs are not yet stable and are subject to change.
Installation
To use oxbow in your Rust project, add oxbow to your Cargo.toml or run:
Development
Ensure you have Rust installed on your system. You can install Rust using rustup.
Building the project
The oxbow Rust crate alone can be built using cargo.
Linting and formatting
We use the standard Rust toolchain for linting and formatting Rust code.
Clippy is a Rust linter:
The following command formats all source files of the current crate using rustfmt:
Running Tests
To run tests on Rust code, we use cargo: