nslice/Cargo.toml

12 lines
349 B
TOML
Raw Normal View History

2021-06-14 19:34:49 +00:00
[package]
name = "nslice"
2021-11-07 19:04:13 +00:00
version = "0.2.0"
2021-06-14 19:34:49 +00:00
authors = ["Leonora Tindall <nora@nora.codes>"]
2021-11-07 19:04:13 +00:00
edition = "2021"
2021-06-14 19:34:49 +00:00
description = "Structures for interpreting slices of variable length as arrays"
license = "MIT"
keywords = ["memory", "slice", "array"]
categories = ["data-structures"]
repository = "https://git.nora.codes/nora/nslice"
2021-11-07 19:04:13 +00:00
readme = "README.md"