stringlet 0.9.0

A fast, cheap, compile-time constructible, Copy-able, kinda primitive inline string type with 4 variants.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "stringlet"
version = "0.9.0"
authors = ["Daniel Pfeiffer <occitan@esperanto.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, cheap, compile-time constructible, Copy-able, kinda primitive inline string type with 4 variants."
readme = "README.md"
keywords = [
    "fast",
    "inline",
    "string",
]
categories = [
    "memory-management",
    "data-structures",
    "no-std",
]
license = "GPL-2.0-or-later OR Apache-2.0"
repository = "https://github.com/daniel-pfeiffer/stringlet"

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

[dependencies]