rustycli 0.1.1

🦊 Access the rust playground right in terminal.
1
2
3
4
pub mod args;
pub mod run;

pub use run::run_rustycli;