istring 0.3.0

A replacement for String that allows storing short strings of length up to sizeof<String>() - 1 without a heap allocation
Documentation
[dependencies.datasize]
optional = true
version = "0.2.10"

[dependencies.serde]
optional = true
version = "1.0"

[features]
serialize = ["serde"]
size = ["datasize"]

[package]
authors = ["Sebastian Köln <s3bk@protonmail.com>"]
categories = []
description = "A replacement for String that allows storing short strings of length up to sizeof<String>() - 1 without a heap allocation"
edition = "2021"
homepage = "https://github.com/s3bk/istring"
keywords = ["string", "inline", "no_std"]
license = "MIT"
name = "istring"
repository = "https://github.com/s3bk/istring"
resolver = "2"
version = "0.3.0"