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.
- Host: GitHub
- URL: https://github.com/burntsushi/nakala
- Owner: BurntSushi
- License: unlicense
- Created: 2020-08-23T23:30:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T19:07:43.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T04:17:14.939Z (9 months ago)
- Language: Rust
- Size: 148 KB
- Stars: 45
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.[](https://github.com/BurntSushi/nakala/actions)
[](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"
```