bftextmaker 0.2.0

Crate for rust to generate brainfuck code that prints out a given string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "bftextmaker"
authors=["starryuwu"]
readme="README.md"
description="Crate for rust to generate brainfuck code that prints out a given string"
version = "0.2.0"
edition = "2021"
license="MIT OR Apache-2.0"
repository="https://github.com/jacks0n9/bftextmaker"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]