str_array 1.1.0

Fixed-size `str` and `CStr` types backed by an array
Documentation
[build-dependencies.autocfg]
version = "1"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[lib]
name = "str_array"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(has_core_error)", "cfg(has_const_mut)"]
level = "deny"
priority = 0

[package]
authors = ["Alyssa Haroldsen <kupiakos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std", "no-std::no-alloc", "data-structures", "rust-patterns"]
description = "Fixed-size `str` and `CStr` types backed by an array"
edition = "2021"
keywords = ["str", "fixed", "Sized", "array", "CStr"]
license = "Apache-2.0 OR MIT"
name = "str_array"
readme = "README.md"
repository = "https://github.com/kupiakos/str-array"
rust-version = "1.64"
version = "1.1.0"