scrunch
=======
Scrunch provides full-text-searching compression. This is a modified implementation of "High-Order Entropy-Compressed
Text Indexes" by Grossi, Gupta, and Viter.
Status
------
Active development. This library is incomplete and will change as it completes.
Scope
-----
This should give everything necessary to take a document, compress it, and serve queries over the compressed document.
Warts
-----
None known at the moment.
Documentation
-------------
The latest documentation is always available at [docs.rs](https://docs.rs/scrunch/latest/scrunch/).