nslice/Cargo.toml

13 lines
376 B
TOML

[package]
name = "nslice"
version = "0.2.1"
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://codeberg.org/noracodes/nslice"
readme = "README.md"
rust-version = "1.56.1"