analogize
=========
Analogize is a log file analysis tool based upon the scrunch crate. It provides an "exemplars" function that can
compress and serve queries over scrunched documents.
Status
------
Active development. This library is incomplete and will change as it completes.
Scope
-----
This should give everything necessary to take a log file, compress it, and serve queries over the compressed document.
Warts
-----
- Search is currently broken.
Documentation
-------------
The latest documentation is always available at [docs.rs](https://docs.rs/analogize/latest/analogize/).