matthunz / quickmaths

A collection of algorithms for generic mathematics in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A collection of algorithms for generic mathematics in Rust

License:MIT License


Languages

Language:Rust 100.0%