belt 0.0.1

a toolbelt of utils for development
Documentation

rust-belt

dump! macro


#[macro_use]
extern crate belt;

fn main() {
    let s = "hi";
    dump!(s);
}

will print s => "hi"