Crates.io | brainf |
lib.rs | brainf |
version | 0.0.1 |
source | src |
created_at | 2020-10-03 23:04:30.405481 |
updated_at | 2020-10-03 23:04:30.405481 |
description | Brainfuck interpreter written in Rust |
homepage | |
repository | https://github.com/sharpvik/brainf-rs/ |
max_upload_size | |
id | 295913 |
size | 26,587 |
Brainf interpreter written in Rust. Fast, reliable, and easy to install.
If you don't have Rust yet, install it through
rustup
as specified here. This
also install cargo
- Rust's default package manager which we'll use to
install brainf-rs
in seconds.
Here's what you need to do once you have Rust and Cargo installed:
git clone https://github.com/sharpvik/brainf-rs
cd brainf-rs
cargo install --path .