thoth-api 0.2.1

GraphQL API for bibliographic data
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "backend")]
pub mod handler;
pub mod model;
#[cfg(feature = "backend")]
pub mod service;
#[cfg(feature = "backend")]
pub mod util;