brainfetch_lib 0.1.1

A library for my Brainfuck deriviation with support for fetching from apis with a few other helper commands.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "brainfetch_lib"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A library for my Brainfuck deriviation with support for fetching from apis with a few other helper commands."
repository = "https://github.com/packjackisback/brainfetch"
readme = "README.md"
[dependencies]
reqwest = "0.12.12"

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