bytesstr 1.0.0

An immutable reference-counted UTF8 String
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.bytes]
version = "1.0"

[dependencies.serde]
optional = true
version = "1.0"

[features]
default = []
unsafe = []

[package]
authors = ["Konstantin Baltruschat <konstantin.baltruschat@gmail.com>"]
description = "An immutable reference-counted UTF8 String"
edition = "2018"
license = "MIT"
name = "bytesstr"
version = "1.0.0"