//! All functionality related to processing the data. Essentially, translating requests for data
//! into formats which are used to save the data, or to query the database. This is the midpoint
//! between database communication and WWW requests/responses.
pub mod receive;