scirs2-core 0.5.0

Core utilities and common functionality for SciRS2 (scirs2-core)
Documentation
1
2
3
4
5
6
7
8
9
//! This example has been disabled temporarily.
//!
//! The original example is stored in the examples_disabled directory.

#[allow(dead_code)]
fn main() {
    println!("This example is currently disabled.");
    println!("The original example has been moved to examples_disabled directory.");
}