Call the interface of rust playground to compile and run the rust code.
cargo install playrs
Enter playrs - h
on the command line to view the detailed usage commands:
```
Play Rust 0.2.0
Compile and run your rust code
USAGE:
playrs.exe [FLAGS] [OPTIONS]
FLAGS: -b, --backtrace Whether to enable backtrace -h, --help Prints help information -t, --tests Whether it is a test -V, --version Prints version information
OPTIONS:
-c, --channel
ARGS:
playrs rustfile.rs
0.2.0
: Add validation for command line arguments.This project is licensed under the MIT License (see the LICENSE file for details).