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
[package]
name = "euc_lib"
version = "0.4.0"
edition = "2021"
license = "GPL-3.0"
license_file="LICENSE"
description="Easy to use implementation of extended and normanl Euclidean algorithm"

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

[dependencies]
num = "0.4.0"