···11[package]
22name = "gcd"
33-version = "2.0.2"
33+version = "2.1.0"
44authors = ["Corey Farwell <coreyf@rwell.org>"]
55-description = "Small Rust library (with no dependencies) for calculating greatest common divisor"
55+description = "Calculate the greatest common divisor"
66license = "MIT/Apache-2.0"
77readme = "README.md"
88repository = "https://github.com/frewsxcv/rust-gcd"
+1-1
README.md
···2233[Documentation](https://docs.rs/gcd/)
4455-Small Rust library (with no dependencies) for calculating the greatest common divisor of two numbers
55+Small Rust library for calculating the greatest common divisor of two numbers
6677## License
88