owned_str 0.1.2

Provide a stack allocated String for no-std or const environement
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1.0"

[features]
default = []
serde = ["dep:serde"]

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

[package]
authors = ["Baptiste de Montangon"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provide a stack allocated String for no-std or const environement"
edition = "2021"
license = "MIT"
name = "owned_str"
readme = "README.md"
repository = "https://github.com/Baptistemontan/owned_str"
version = "0.1.2"