unarray 0.1.4

Utilities for working with uninitialized arrays
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "unarray"
description = "Utilities for working with uninitialized arrays"
repository = "https://github.com/cameron1024/unarray"
license = "MIT OR Apache-2.0"
version = "0.1.4"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
proptest = { git = "https://github.com/input-output-hk/proptest" }
test-strategy = "0.2"