rust-script 0.36.0

Command-line tool to run Rust "scripts" which can make use of crates.
1
2
3
4
5
use anyhow::Result;
use serde_json::from_str;

println!("--output--");
println!("Ok");