psychopath/sub_crates/oct32norm/Cargo.toml
Nathan Vegdahl a6cae26c34 Added property tests for Oct32 encoding/decoding.
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.
2018-11-29 09:50:38 -08:00

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"