axonml-server 0.4.2

REST API server for AxonML Machine Learning Framework
//! Training module for AxonML Server
//!
//! # File
//! `crates/axonml-server/src/training/mod.rs`
//!
//! # Author
//! Andrew Jewell Sr - AutomataNexus
//!
//! # Updated
//! March 8, 2026
//!
//! # Disclaimer
//! Use at own risk. This software is provided "as is", without warranty of any
//! kind, express or implied. The author and AutomataNexus shall not be held
//! liable for any damages arising from the use of this software.

pub mod executor;
pub mod notebook_executor;
pub mod tracker;
pub mod websocket;