libsearch

libsearch is a fast, small, minimal full-text search library used extensively across my personal projects. In my experience, it's just the easiest way to add search capabilities to your app that goes beyond substring matches without bringing in too much complexity. Read more at the GitHub repo.


Annotated source files