#dump #macro-use #toolbelt

belt

a toolbelt of utils for development

1 unstable release

Uses old Rust 2015

0.0.1 Mar 30, 2018

#12 in #macro-use

MIT/Apache

2KB

rust-belt

dump! macro


#[macro_use]
extern crate belt;

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

will print s => "hi"

No runtime deps