bf2s 0.1.0

A simple Brainfuck interpreter that executes code from a string and returns the output as a string.
Documentation
[lib]
name = "bf2s"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "parsing", "text-processing"]
description = "A simple Brainfuck interpreter that executes code from a string and returns the output as a string."
edition = "2024"
exclude = [".github/", ".gitignore", "LICENSE", "tests/"]
keywords = ["brainfuck", "interpreter", "esolang", "parser", "string-output"]
license = "MIT"
name = "bf2s"
readme = "README.md"
repository = "https://github.com/splurf/bf2s"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = true