Rust playground in your terminal.
Want to execute Rust code without installing rust? ๐ฎ B-Rust can run your local code on ๐ฆ Rust Playground directly from your terminal.
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.
This is just a script to make ๐ฆ Rust Playground accessible from terminal. Code gets executed at https://play.rust-lang.org/ .
We would appreciate any kind of contribution to b-rust, from fixing typos to making script more efficient or even making a better README. ๐