泛型数学算法集合
作者:Matt Hunzinger
2333 在 算法 中
23KB 646 代码行
Rust 中泛型数学算法集合
此crate可以使用,无需标准库(通过禁用默认的 std 功能)。在 Cargo.toml 中使用
std
Cargo.toml
[dependencies.quickmaths] version = "0.1" default-features = false
lib.rs
~775KB ~14K SLoC