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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
testmark = "0.1.0"

[profile.dev]
opt-level=2