#playground #command-line #rust-lang

app rustycli

🦊 Access the rust playground right in terminal

2 releases

0.1.1 Jul 27, 2023
0.1.0 Jul 26, 2023

#505 in Programming languages

Download history 2/week @ 2024-02-19 16/week @ 2024-02-26 37/week @ 2024-03-04 1/week @ 2024-03-11 22/week @ 2024-04-01 10/week @ 2024-04-08 31/week @ 2024-04-15

63 downloads per month

MIT license

15KB
90 lines

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

Crate Release GitHub top language MIT LICENSE ko-fi


rustycli is a tool, allowing you to access the rust playground right in the terminal and retaining all the features available on the web version. -----------------------------------------------------

Installation 📩

  • Binary: You can directly download binary of your arch and run it.

  • Source:

    $ 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:

    $ cargo install rustycli
    
  • Aur:

    $ paru/yay -Sy rustycli
    
  • METIS Linux (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 ☘️

Dependencies

~7–22MB
~311K SLoC