brainfetch_lib 0.1.1

A library for my Brainfuck deriviation with support for fetching from apis with a few other helper commands.
Documentation
[dependencies.reqwest]
version = "0.12.12"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for my Brainfuck deriviation with support for fetching from apis with a few other helper commands."
edition = "2021"
license = "MIT"
name = "brainfetch_lib"
readme = "README.md"
repository = "https://github.com/packjackisback/brainfetch"
version = "0.1.1"