rusty_brainfck 0.1.2

A Small, Slightly Broken BrainFuck Interpreter, Available in both no-std contexts & std contexts.
Documentation
[[bin]]
name = "rbf_interpreter"
path = "src/main.rs"

[dependencies]

[features]
alloc = []
default = ["alloc"]
no_alloc = []
no_std = []
tinix = ["alloc", "no_std"]

[lib]
name = "rbf"
path = "src/lib.rs"

[package]
authors = ["George"]
description = "A Small, Slightly Broken BrainFuck Interpreter, Available in both no-std contexts & std contexts."
edition = "2018"
license = "MIT OR Apache-2.0"
name = "rusty_brainfck"
version = "0.1.2"