brainf

Crates.iobrainf
lib.rsbrainf
version0.0.1
sourcesrc
created_at2020-10-03 23:04:30.405481
updated_at2020-10-03 23:04:30.405481
descriptionBrainfuck interpreter written in Rust
homepage
repositoryhttps://github.com/sharpvik/brainf-rs/
max_upload_size
id295913
size26,587
Viktor Rozenko (sharpvik)

documentation

README

The Brainfuck Interpreter

Brainf interpreter written in Rust. Fast, reliable, and easy to install.

Installation

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 .
Commit count: 0

cargo fmt