rmathlib 1.1.0

A Rust Port of R's C Library of Special Functions
Documentation
1
2
3
pub fn debug_print(text: &str) {
    println!("    Rust: {}", text);
}