yaru 0.1.0

Yet Another Rust Util - A collection of educational and debugging tools for Rust, including timing and memory inspection utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
//! # yaru (Yet Another Rust Util)
//!
//! This crate is currently a placeholder for a collection of educational 
//! and debugging tools.
//! 
//! Coming soon!

pub fn coming_soon() {
    println!("yaru is coming soon!");
}