veho 0.0.20

a iterable toolset
Documentation
1
2
3
4
5
6
7
#[test]
fn print_something() {
    let x = 5;
    println!("The value of x is: {}", x);
    let x = 6;
    println!("The value of x is: {}", x);
}