A Rust no_std
library implementation of the BEST matching algorithm.
- For Ubuntu 20.04 and higher, you need to install some dependencies:
sudo apt install git build-essential
-
Install the latest stable version of Rust (at least version 1.66.0), e.g. via https://rustup.rs/
-
Further instructions on the usage to be found at https://github.com/BESTenergytrade/simplyR
-
Development:
# Run tests
cargo test
# Build documentation
cargo doc
# Open docs
firefox target/doc/simplyr_lib/index.html
# Run linter
cargo clippy
# Format the code
cargo fmt
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.