solidb 1.0.2

A lightweight, high-performance structured database server written in Rust.
1
2
3
4
5
6
//! HTTP handlers for AI contribution endpoints
//!
//! This module has been refactored into sub-modules in handlers/ai/.
//! This file re-exports all handlers for backwards compatibility.

pub use crate::server::handlers::ai::*;