ceres-server 0.3.0

REST API server for Ceres semantic search
1
2
3
4
5
6
7
8
9
//! HTTP request handlers for API endpoints.

pub mod datasets;
pub mod export;
pub mod harvest;
pub mod health;
pub mod portals;
pub mod search;
pub mod stats;