[go: up one dir, main page]

kstring 1.0.0

Key String: optimized for map keys
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "kstring"
version = "1.0.0"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Key String: optimized for map keys"
keywords = ["serde", "serialization", "string"]
categories = ["data-structures", "text-processing"]
repository = "https://github.com/cobalt-org/kstring"
documentation = "https://docs.rs/kstring"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2018"

[badges]
azure-devops = { project = "cobalt-org", pipeline = "kstring" }

[dependencies]
serde = "1.0"