runrust 10.34.2

Command-line tool to run Rust "scripts" which can make use of crates.
1
2
3
use std::fs::File;

File::open("__runrust-this-file-does-not-exist.txt")?;