stringlet 0.4.0

A fast, cheap, compile-time constructible, `Copy`-able, kinda primitive inline string type. Stringlet length is limited to 64 bytes.
Documentation
[dependencies]

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

[package]
authors = ["Daniel Pfeiffer <occitan@esperanto.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast, cheap, compile-time constructible, `Copy`-able, kinda primitive inline string type. Stringlet length is limited to 64 bytes."
edition = "2024"
license = "GPL-2.0-or-later OR Apache-2.0"
name = "stringlet"
readme = "README.md"
repository = "https://github.com/daniel-pfeiffer/stringlet"
version = "0.4.0"