[go: up one dir, main page]

deterministic 0.0.3

deterministic building blocks for testable systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "deterministic"
description = "deterministic building blocks for testable systems"
version = "0.0.3"
authors = ["Tyler Neely <t@jujit.su>"]
license = "Apache-2.0"
documentation = "https://docs.rs/deterministic/"

[dependencies]
rand = "0.4"
libc = "0.2"
bincode = "1.0"
serde = "1.0"
serde_derive = "1.0"
lazy_static = "1.0"