tiny-str 0.3.0

Small string optimization
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tiny-str"
version.workspace = true
edition.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true
readme.workspace = true

description = "Small string optimization"

[dependencies.tiny-vec]
path = "../vec"
package = "tiny-vec"
version = ">=0.1.0"