ceres-server 0.4.0

REST API server for Ceres harvesting, embedding, and search workflows
1
2
3
4
5
6
7
//! Data Transfer Objects for API requests and responses.

mod request;
mod response;

pub use request::*;
pub use response::*;