stringlet 0.7.0

A fast, cheap, compile-time constructible, Copy-able, kinda primitive inline string type with 4 variants.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "stringlet"
version = "0.7.0"
description = "A fast, cheap, compile-time constructible, Copy-able, kinda primitive inline string type with 4 variants."
edition = "2024"
license = "GPL-2.0-or-later OR Apache-2.0"
authors = ["Daniel Pfeiffer <occitan@esperanto.org>"]
repository = "https://github.com/daniel-pfeiffer/stringlet"
keywords = ["fast", "inline", "string"]
categories = ["memory-management", "data-structures", "no-std"]

[dependencies]