Tests random vectors, and makes sure that encoding/decoding round trip only introduces precision errors below a certain threshold. Pretty confident that the implementation is correct now.
12 lines
194 B
TOML
12 lines
194 B
TOML
[package]
|
|
name = "oct32norm"
|
|
version = "0.1.0"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
name = "oct32norm"
|
|
path = "src/lib.rs"
|
|
|
|
[dev-dependencies]
|
|
proptest = "0.8" |