// # Create absolute path to readme ti increase compatible for different build targets
// https://gist.github.com/JakeHartnell/2c1fa387f185f5dc46c9429470a2e2be
// 3rd party imports
extern crate lazy_static;
// Internal imports including macros
/// Contains mass related functions
/// Contains handy functions
/// Chemistry related functions and information, e.g. molecule masses
/// Functions to maintain and access the database
/// Contains different entities, e.g. proteins, peptides, etc.
/// Various functions to prepare queries, access the database, etc.
/// Input and output functions
/// Web API, for details how to use the endpoints look into the function of the `*_controller`-modules