nakala 0.0.0

A low level information retrieval library.
Documentation
nakala
======
A low level information retrieval library.

[![Build status](https://github.com/BurntSushi/nakala/workflows/ci/badge.svg)](https://github.com/BurntSushi/nakala/actions)
[![](http://meritbadge.herokuapp.com/nakala)](https://crates.io/crates/nakala)

Dual-licensed under MIT or the [UNLICENSE](http://unlicense.org).


### Documentation

https://docs.rs/nakala


### Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
nakala = "0.1"
```