nslice/Cargo.toml

12 lines
349 B
TOML

[package]
name = "nslice"
version = "0.2.0"
authors = ["Leonora Tindall <nora@nora.codes>"]
edition = "2021"
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"
readme = "README.md"