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.

Migrate to 2021 edition

+1
+1
Cargo.toml
··· 8 8 repository = "https://github.com/frewsxcv/rust-gcd" 9 9 documentation = "https://docs.rs/gcd/" 10 10 categories = ["algorithms"] 11 + edition = "2021" 11 12 12 13 [dependencies] 13 14