euc_lib 0.4.0

Easy to use implementation of extended and normanl Euclidean algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.num]
version = "0.4.0"

[lib]
crate-type = ["lib"]
name = "euc_lib"
path = "./src/lib.rs"

[package]
description = "Easy to use implementation of extended and normanl Euclidean algorithm"
edition = "2021"
license = "GPL-3.0"
name = "euc_lib"
readme = "README.md"
version = "0.4.0"