2021-06-14 19:34:49 +00:00
|
|
|
[package]
|
|
|
|
name = "nslice"
|
2024-04-01 02:43:50 +00:00
|
|
|
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"]
|
2024-04-01 02:43:50 +00:00
|
|
|
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"
|