aprender-viz 0.29.0

SIMD/GPU/WASM-accelerated visualization library for data science and ML
1
2
3
4
5
6
7
8
9
//! trueno-agent - Remote monitoring agent for multi-system support.
//!
//! This agent runs on remote nodes and reports metrics back to the leader.

fn main() {
    eprintln!("trueno-agent requires the 'monitor-remote' feature.");
    eprintln!("Build with: cargo build --features monitor-remote");
    std::process::exit(1);
}