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

+3 -3
+2 -2
Cargo.toml
··· 1 1 [package] 2 2 name = "gcd" 3 - version = "2.0.2" 3 + version = "2.1.0" 4 4 authors = ["Corey Farwell <coreyf@rwell.org>"] 5 - description = "Small Rust library (with no dependencies) for calculating greatest common divisor" 5 + description = "Calculate the greatest common divisor" 6 6 license = "MIT/Apache-2.0" 7 7 readme = "README.md" 8 8 repository = "https://github.com/frewsxcv/rust-gcd"
+1 -1
README.md
··· 2 2 3 3 [Documentation](https://docs.rs/gcd/) 4 4 5 - Small Rust library (with no dependencies) for calculating the greatest common divisor of two numbers 5 + Small Rust library for calculating the greatest common divisor of two numbers 6 6 7 7 ## License 8 8