An open API service indexing awesome lists of open source software.

https://github.com/ryochack/rustinstant

Run Rust code instantly on the shell.
https://github.com/ryochack/rustinstant

Last synced: 2 months ago
JSON representation

Run Rust code instantly on the shell.

Awesome Lists containing this project

README

          

# rustinstant.sh
Run Rust code instantly on the shell.

## Usage
```sh
$ rustinstant 'println!("hello world!")'
# => hello world
```

or

```sh
$ cat << EOF | rustinstant
> println!("hello world!");
> EOF
# => hello world
```

## Flag
- `-f` : enable rustfmt