istring 0.1.2

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