Skip to content

๐Ÿ’ป Bash script for using Rust Playground ๐Ÿฆ€ from your terminal.

License

Notifications You must be signed in to change notification settings

swanandx/b-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Rust playground in your terminal.

๐Ÿ’ก Overview

B-Rust

Want to execute Rust code without installing rust? ๐Ÿ”ฎ B-Rust can run your local code on ๐Ÿฆ€ Rust Playground directly from your terminal.

๐Ÿ“Œ Installation

Just download the script, no need for any installation, it's that simple. ๐ŸŽ‰

  • Using cURL - curl https://raw.githubusercontent.com/swanandx/b-rust/main/b-rust > b-rust && chmod +x ./b-rust
  • Using wget - wget https://raw.githubusercontent.com/swanandx/b-rust/main/b-rust -O b-rust && chmod +x ./b-rust

You might need to install jq if you don't have it already.

๐Ÿšง Note

This is just a script to make ๐Ÿฆ€ Rust Playground accessible from terminal. Code gets executed at https://play.rust-lang.org/ .

๐Ÿง Contribution

We would appreciate any kind of contribution to b-rust, from fixing typos to making script more efficient or even making a better README. ๐Ÿ“‹

About

๐Ÿ’ป Bash script for using Rust Playground ๐Ÿฆ€ from your terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages