Crates.io | rpg-cli |
lib.rs | rpg-cli |
version | 0.2.0 |
source | src |
created_at | 2020-12-15 14:04:54.817473 |
updated_at | 2021-03-25 02:49:50.022636 |
description | CLI tool for the Rust Playground. |
homepage | |
repository | https://github.com/JohnTitor/rpg |
max_upload_size | |
id | 323116 |
size | 51,241 |
CLI tool for the Rust Playground.
This is for the Rust PlayGround, so let's call it "RPG".
MSRV is the latest stable.
From crates.io:
# executable as `rpg`
cargo install rpg-cli
From main
branch:
cargo install --git https://github.com/JohnTitor/rpg --branch main
See also rpg --help
.
Run your code on the Rust Playground:
rpg run -f <file-name>
Or, open your default browser with given code:
rpg run --open -f <file-name>
Generate permanent playground URL with given code:
rpg share -f <file-name>
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.