Skip to content

BESTenergytrade/simplyr-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplyr-lib

A Rust no_std library implementation of the BEST matching algorithm.

CI

Getting Started

  • For Ubuntu 20.04 and higher, you need to install some dependencies:
sudo apt install git build-essential
# 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

License

Licensed under either of

at your option.

Contribution

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.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages