1 2 3 4 5 6
//! Custom indicator example (stub for v0.4.0). //! Shows where to plug a user-defined Indicator implementation. fn main() { println!("TODO: implement custom indicator example with user-defined Indicator."); }