1 个不稳定版本

使用旧的 Rust 2015

0.0.1 2018 年 3 月 30 日

#12 in #hi

MIT/Apache

2KB

rust-belt

dump!


#[macro_use]
extern crate belt;

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

将打印 s => "hi"

无运行时依赖