quickmaths

Crates.ioquickmaths
lib.rsquickmaths
version0.1.3
sourcesrc
created_at2022-04-25 00:13:59.072928
updated_at2022-07-19 22:17:21.042111
descriptionA collection of algorithims for generic mathematics
homepage
repositoryhttps://github.com/matthunz/quickmaths
max_upload_size
id573371
size24,062
Matt Hunzinger (matthunz)

documentation

README

Quickmaths

A collection of algorithims for generic mathematics in Rust.

crate documentation

Features

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
Commit count: 34

cargo fmt