Small Rust library for calculating greatest common divisor crates.io/crates/gcd
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prepare for 2.0.1 release

+1 -1
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "gcd" 3 - version = "2.0.0" 3 + version = "2.0.1" 4 4 authors = ["Corey Farwell <coreyf@rwell.org>"] 5 5 description = "Small Rust library (with no dependencies) for calculating greatest common divisor" 6 6 license = "MIT/Apache-2.0"