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.

use SPDX license format (#12)

The use of `/` as a separator in the license field is deprecated.

https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields

authored by

Nils Fitinghoff and committed by
GitHub
8fb3a591 df6ba818

+1 -1
+1 -1
Cargo.toml
··· 3 3 version = "2.3.0" 4 4 authors = ["Corey Farwell <coreyf@rwell.org>"] 5 5 description = "Calculate the greatest common divisor" 6 - license = "MIT/Apache-2.0" 6 + license = "MIT OR Apache-2.0" 7 7 readme = "README.md" 8 8 repository = "https://github.com/frewsxcv/rust-gcd" 9 9 documentation = "https://docs.rs/gcd/"