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.2.0 release

+1 -1
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "gcd" 3 - version = "2.1.0" 3 + version = "2.2.0" 4 4 authors = ["Corey Farwell <coreyf@rwell.org>"] 5 5 description = "Calculate the greatest common divisor" 6 6 license = "MIT/Apache-2.0"