infernum-server 0.1.0

HTTP API server with OpenAI-compatible endpoints
Documentation
1
2
3
4
5
6
7
8
//! Request handlers.
//!
//! This module re-exports handlers from the server module for organizational purposes.
//! All handlers are implemented directly in server.rs to keep them close to the routing logic.

// Handlers are implemented in server.rs alongside the routing configuration.
// This module exists for future expansion if handler logic grows complex enough
// to warrant separate organization.