docs: add lib.rs doc comment to training_uploader

Add //! module-level doc comment to training_uploader/src/main.rs.
The other 6 crates (backtesting, ctrader-openapi, data, ml, risk,
trading_engine) already had doc comments and were skipped.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-01 22:53:11 +01:00
parent e2a0576ef5
commit 3df18cf539

View File

@@ -1,5 +1,7 @@
#![allow(unused_crate_dependencies)]
//! K8s sidecar that uploads training artifacts to S3 and reports completion via gRPC.
use std::collections::HashMap;
use std::path::{Path, PathBuf};
use std::time::{Duration, Instant};