compact_strings 1.0.0

A cache-friendly but limited representation of a list of strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
description = "A cache-friendly but limited representation of a list of strings."
edition = "2021"
homepage = "https://github.com/Vonr/compact_strings"
include = ["src/**/*", "README.md"]
license = "MIT"
name = "compact_strings"
readme = "README.md"
repository = "https://github.com/Vonr/compact_strings"
rust-version = "1.56.1"
version = "1.0.0"