/// Bridge between API calls and internal data structures, with tasks, functions and structs
/// API independent event enums
/// Everything declared with lazy_statics!. Refrain from overusing lazy_statics, pass variables instead
/// Logger intialization
/// API independent model struct for both system and multi-exchange support
/// API independent arbitrage strategy algorithms
/// String functions
/// Traits/impl to convert between API crate models and internal models
/// Config file reader
/// Custom error