compact_strings 0.1.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]
name = "compact_strings"
version = "0.1.0"
edition = "2021"
description = "A cache-friendly but limited representation of a list of strings."
license = "MIT"
readme = "README.md"
homepage = "https://github.com/Vonr/compact_strings"
repository = "https://github.com/Vonr/compact_strings"
include = ["src/**/*", "README.md"]
rust-version = "1.56.1"