//! # Atelier
//! Provides a computational framework that can be used as a workshop to develop Financial Machine Learning models, especifically battle tested to the level of Market microstructure.
//! Features include:
//! * **Market Simulation**: A synthetic simulation of a market, as detailed as the provided configuration.
//! * **Market Replay**: A high-fidelity reproduction of what actually happened, all the way down to the data granularity that is provided.
/// Core data types and data structures.
/// Stochastic data generation with probabilistic models.
/// Metrics calculation about various aspects and processes.
/// Messages structures for: Errors, Success, Events, and Logs.