vecboost 0.3.0-rc.1

High-performance embedding vector service written in Rust
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2025-2026 Kirky.X🌠
// SPDX-License-Identifier: Apache-2.0

pub mod app;
pub mod app_config;
pub mod encryption;
pub mod model;

pub use app_config::VecboostConfig;

#[cfg(test)]
mod tests;