Brainfuck-exe
a simple brainfuck interpreter crate implemented in rust 🦀
with many available customizations for flexibility
For more information visit the documentation here
Usage
In your Cargo.toml:
= "*"
If you are only using it as a library, and the CLI is not needed,
disable the cli (included by default) feature to remove unecessary dependencies:
= { = "*", = false }
Example
Below is a basic example on how to use the crate
use File;
// import Result typealias and interpreter struct
use ;
CLI
You can also use this crate as a CLI program
# installation
# usage