runner 0.7.0

Utility for running Rust snippets
1
2
3
4
// read.rs
let code = fs::read_to_string("read.rs")?;
//println!("bytes {}", code.len());
debug!(code.len());