tinystring 0.1.0

A string compression tool with dictionary generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.testmark]
version = "0.1.0"

[package]
authors = ["dcmox <dancmox@comcast.net>"]
description = "A string compression tool with dictionary generation."
edition = "2018"
keywords = ["tinystring", "compression", "smaz", "dictionary"]
license = "MIT"
license-file = "LICENSE"
name = "tinystring"
readme = "README.md"
version = "0.1.0"

[profile.dev]
opt-level = 2