sting 0.1.1

Smaller alternatives to Cow<'static, {str,[u8]}>
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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]