hersenneuk 0.2.1

A Brainfuck interpreter written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![GitHub](https://img.shields.io/github/license/synthetic-borealis/hersenneuk)](https://github.com/synthetic-borealis/hersenneuk/blob/main/LICENSE)
[![Crates.io](https://img.shields.io/crates/v/hersenneuk)](https://crates.io/crates/hersenneuk)
![Tests](https://github.com/synthetic-borealis/hersenneuk/actions/workflows/ci.yml/badge.svg)

# Hersenneuk

A Brainfuck interpreter written in Rust.

## Usage

### As a standalone program

See ```hersenneuk --help```.

### As a library

Add `hersenneuk` to your crate's dependencies. For other details please see the documentation.