nslice/Cargo.toml

13 lines
376 B
TOML
Raw Normal View History

2021-06-14 19:34:49 +00:00
[package]
name = "nslice"
version = "0.2.1"
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://codeberg.org/noracodes/nslice"
2021-11-07 19:04:13 +00:00
readme = "README.md"
2024-04-01 02:42:47 +00:00
rust-version = "1.56.1"