rustycli — 🦀 Access the rust playground right in your terminal 🍥

Crate Release [![GitHub top language](https://img.shields.io/github/languages/top/pwnwriter/rustycli)](https://github.com/pwnwriter/rustycli/search?l=rust;logoColor=white) MIT LICENSE [![ko-fi](https://img.shields.io/badge/support-pwnwriter%20-pink?logo=kofi&logoColor=white)](https://ko-fi.com/pwnwriter)

[`rustycli`](https://github.com/pwnwriter/rustycli) is a tool, allowing you to access the [`rust playground`](https://play.rust-lang.org/) right in the terminal and retaining all the features available on the web version. ![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/aqua.png) ## Installation 📩 - **Binary**: You can directly download [`binary`](https://github.com/pwnwriter/rustycli/releases/) of your arch and run it. - **Source**: ```bash $ git clone --depth=1 https://github.com/pwnwriter/rustycli --branch=main $ cd rustycli $ cargo build --release ``` Then go to `release` dir and `./rustycli` or move the `binary` to your any `$PATH` for instant access from anywhere. - **Cargo**: ```bash $ cargo install rustycli ``` - **Aur**: ```bash $ paru/yay -Sy rustycli ``` - **[METIS Linux](https://metislinux.org) (based)**: ``` $ sudo/doas pacman -Syyy rustycli ``` ## Usages 🎠 - Everything is under help menu. The most required flag is `-r` or `--run` to pass your code. The below is a small demo ❤️‍🩹 img

Copyright © 2023 pwnwriter xyz ☘️