Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 147 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 147 Bytes

rust-belt

dump! macro

#[macro_use]
extern crate belt;

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

will print s => "hi"