goosedump 0.1.3

Coding agent context data browser
# goosedump

![goosedump screenshot](screenshot.png)

`goosedump` is a coding agent context data browser. It builds on top of the
ideas of [`lllyasviel/VCC`](https://github.com/lllyasviel/VCC).

Features:

* BM25 keyword ranking for natural queries.
* Sublime text alike fuzzy matching.

## Build

```sh
cargo build
cargo test
```

## Licensing

`goosedump` is licensed under the `LGPL-2.1-or-later` license.