An open API service indexing awesome lists of open source software.

https://github.com/burntsushi/nakala

A low level embedded information retrieval system.
https://github.com/burntsushi/nakala

Last synced: 3 months ago
JSON representation

A low level embedded information retrieval system.

Awesome Lists containing this project

README

          

# THIS IS A WORK IN PROGRESS

Please see the [PLAN](doc/PLAN.md) document for current design work.

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"
```