[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]