#flat-file #indexer #index #csv #find #search

app glossary

A fast and lightweight flat-file indexer

2 releases

0.1.1 Jun 3, 2020
0.1.0 May 31, 2020

#15 in #flat-file

38 downloads per month

MIT license

14KB
281 lines

Glossary Github

A flat file indexer in rust

Install

cargo install glossary

Basic Usage

To index the first column of the csv:

glossary index data.csv

After the index has been generated:

glossary find user@email.com

Dependencies

~2MB
~27K SLoC