Crates.io | polyrec |
lib.rs | polyrec |
version | 0.0.1 |
source | src |
created_at | 2022-12-23 09:56:03.85997 |
updated_at | 2022-12-23 09:56:03.85997 |
description | polyrec: a polynomial reconstruction library, blazing fast ⚡ and written in Rust 🦀 |
homepage | https://github.com/abdelhamidbakhta/polyrec-rs |
repository | https://github.com/abdelhamidbakhta/polyrec-rs |
max_upload_size | |
id | 744398 |
size | 44,349 |
polyrec is a polynomial reconstruction library, blazing fast ⚡and written in Rust 🦀
Report a Bug - Request a Feature - Ask a QuestionIf you find a bug, please open a GitHub issue!
To request a new feature, please open an issue following this template.
polyrec: a polynomial reconstruction library, blazing fast ⚡and written in Rust 🦀
The project requires nightly rustup:
rustup toolchain install nightly
rustup default nightly
To install with polyrecup
run (polyrecup requires nightly rustup):
curl -sL https://raw.githubusercontent.com/abdelhamidbakhta/polyrec-rs/main/polyrecup | sh
cargo build --all --release
The binaries will be located in target/release/
.
// TODO: add cli usage
Run the benchmarks with:
cargo bench
See the open issues for a list of proposed features (and known issues).
Reach out to the maintainer at one of the following places:
If you want to say thank you or/and support active development of polyrec:
Together, we can make polyrec better!
First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please read our contribution guidelines, and thank you for being involved!
For a full list of all authors and contributors, see the contributors page.
polyrec follows good practices of security, but 100% security cannot be assured. polyrec is provided "as is" without any warranty. Use at your own risk.
For more information and to report security issues, please refer to our security documentation.
This project is licensed under the MIT license.
See LICENSE for more information.