Crates.io | quickmaths |
lib.rs | quickmaths |
version | 0.1.3 |
source | src |
created_at | 2022-04-25 00:13:59.072928 |
updated_at | 2022-07-19 22:17:21.042111 |
description | A collection of algorithims for generic mathematics |
homepage | |
repository | https://github.com/matthunz/quickmaths |
max_upload_size | |
id | 573371 |
size | 24,062 |
A collection of algorithims for generic mathematics in Rust.
This crate can be used without the standard library (#![no_std]
) by disabling
the default std
feature. Use this in Cargo.toml
:
[dependencies.quickmaths]
version = "0.1"
default-features = false