brainfetch_lib

Crates.iobrainfetch_lib
lib.rsbrainfetch_lib
version0.2.0
created_at2025-02-22 21:28:50.925121+00
updated_at2025-02-22 21:55:38.144157+00
descriptionA library for my Brainfuck deriviation with support for fetching from apis with a few other helper commands.
homepage
repositoryhttps://github.com/packjackisback/brainfetch
max_upload_size
id1565804
size60,423
packjack (Packjackisback)

documentation

README

Brainfetch

Brainfetch is a fun little Brainfuck-like library written in Rust with support for API fetching and a few other features that help with handling changing apis.

Installation

You can install from this repository by cloning the repo and building with cargo build. Alternatively, you can use this library by adding brainfetch_lib to your Cargo.toml.

Usage

import foobar

# returns 'words'
foobar.pluralize('word')

# returns 'geese'
foobar.pluralize('goose')

# returns 'phenomenon'
foobar.singularize('phenomena')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Commit count: 19

cargo fmt