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

https://github.com/andrewradev/rust-bookworm

A toy project that indexes txt-formatted books and allows searching through them
https://github.com/andrewradev/rust-bookworm

Last synced: about 2 months ago
JSON representation

A toy project that indexes txt-formatted books and allows searching through them

Awesome Lists containing this project

README

        

# Bookworm

A very simple text indexer that walks the given book directory, looks for files with the ".txt" extension, and indexes them by word. It's not meant for any practical use at this time, just as an interesting exercise.