[dependencies]
[lib]
name = "subslice_to_array"
path = "src/lib.rs"
[package]
authors = ["Finley Huggins"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
description = "Extract fixed-range subslices as arrays, with compile-time checks"
edition = "2021"
keywords = ["subslice", "array", "slice", "const", "arrayref"]
license = "MIT OR Apache-2.0"
name = "subslice-to-array"
readme = "README.md"
repository = "https://github.com/robofinch/subslice-to-array"
rust-version = "1.79"
version = "0.1.2"