stringlet 0.8.0

A fast, cheap, compile-time constructible, Copy-able, kinda primitive inline string type with 4 variants.
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
categories = ["memory-management", "data-structures", "no-std"]
description = "A fast, cheap, compile-time constructible, Copy-able, kinda primitive inline string type with 4 variants."
edition = "2024"
keywords = ["fast", "inline", "string"]
license = "GPL-2.0-or-later OR Apache-2.0"
name = "stringlet"
readme = "README.md"
repository = "https://github.com/daniel-pfeiffer/stringlet"
version = "0.8.0"