shoco 0.1.0

Shoco port to Rust, a fast compressor for short strings
Documentation
[package]
name = "shoco"
version = "0.1.0"
description = "Shoco port to Rust, a fast compressor for short strings"
authors = ["Connor McCluskey <conmcclusk@gmail.com>"]
edition = "2024"
exclude = [".github/"]
keywords = ["compression"]
repository = "https://github.com/aceeri/shoco"
documentation = "https://docs.rs/shoco"
license = "MIT OR Apache-2.0"
rust-version = "1.88.0"
readme = "README.md"

[lib]
name = "shoco"
path = "src/lib.rs"

[[bin]]
name = "shoco"
path = "src/main.rs"