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