brainfetch_lib 0.1.1

A library for my Brainfuck deriviation with support for fetching from apis with a few other helper commands.
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 3 items with examples
  • Size
  • Source code size: 59.84 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 301.18 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 49s Average build duration of successful builds.
  • all releases: 1m 1s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Packjackisback/brainfetch
    5 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Packjackisback
brainfetch_lib-0.1.1 has been yanked.

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