[package]
name = "sting"
version = "0.1.1"
edition = "2024"
description = "Smaller alternatives to Cow<'static, {str,[u8]}>"
license = "Apache-2.0"
documentation = "https://docs.rs/sting/"
repository = "https://codeberg.org/jjl/sting/"
[features]
std = []
default = ["std"]
[dependencies]