# TurboVec v0.2.0 - Table of Contents

> In-process vector search via the turbovec Rust crate. TurboQuant 2–4-bit
compression, SIMD scoring, stable u64 ids. 64-bit only.

## Pages

- [TurboVec](readme.md)
- [Changelog](changelog.md)

## Modules

- [TurboVec](TurboVec.md): In-process vector search over the turbovec Rust crate (`IdMapIndex`).

- Exceptions
  - [TurboVec.Error](TurboVec.Error.md): Raised by bang functions (`new!/1`, `load!/1`). `reason` is the same
term the non-bang function would return as `{:error, reason}`.

