rmw-utf8 0.0.4

Short text compression algorithm for utf-8 (optimized for Chinese , developed based on rust programming language). 面向utf-8的短文本压缩算法(为中文压缩优化,基于rust编程语言开发)。
Documentation
[dependencies.aho-corasick]
version = "0.7.18"

[dependencies.bit-vec]
version = "0.6.3"

[dependencies.huffman-compress]
version = "0.6.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.ruzstd]
version = "0.2.4"

[dependencies.speedy]
version = "0.8.0"

[dependencies.utf8-width]
version = "0.1.5"

[package]
description = "Short text compression algorithm for utf-8 (optimized for Chinese , developed based on rust programming language). 面向utf-8的短文本压缩算法(为中文压缩优化,基于rust编程语言开发)。"
documentation = "https://docs.rs/crate/rmw-utf8"
edition = "2021"
license = "Apache-2.0"
name = "rmw-utf8"
readme = "README.md"
repository = "https://github.com/rmw-link/rmw-utf8"
resolver = "2"
version = "0.0.4"