# data-server High-performance, thread-safe loader and cache for binary market data files (Pepperstone M1 / tick format). Extracted from the `myc` project as a standalone, dependency-free leaf crate (only `chrono`, `regex`, `zip`). ## Usage ```toml # Cargo.toml of the consuming project data-server = { git = "http://192.168.178.103:3000/Brummel/data-server.git", branch = "main" } ``` For local co-development, override with a per-machine `.cargo/config.toml`: ```toml paths = ["/home/brummel/dev/libs/data-server"] ```