1[package]
2name = "arrayref"
3version = "0.3.7"
4authors = ["David Roundy <roundyd@physics.oregonstate.edu>"]
5description = "Macros to take array references of slices"
6license = "BSD-2-Clause"
7repository = "https://github.com/droundy/arrayref"
8documentation = "https://docs.rs/arrayref"
9
10[dev-dependencies]
11quickcheck = "0.6"
12