A collection of algorithims for generic mathematics in Rust.
[](https://crates.io/crates/quickmaths)
[](https://docs.rs/quickmaths)
This crate can be used without the standard library (`#![no_std]`) by disabling
the default `std` feature. Use this in `Cargo.toml`:
```toml
[dependencies.quickmaths]
version = "0.1"
default-features = false