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
- Host: GitHub
- URL: https://github.com/andrewradev/rust-bookworm
- Owner: AndrewRadev
- Created: 2018-01-06T09:49:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T15:50:40.000Z (over 7 years ago)
- Last Synced: 2025-03-08T17:52:09.303Z (about 2 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.