Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artifishvr/badfizzbuzz-rs

very better and faster implementation of fizzbuzz!!!!!!!!!!!!!!!!!!!
https://github.com/artifishvr/badfizzbuzz-rs

bad fizzbuzz rust

Last synced: 9 days ago
JSON representation

very better and faster implementation of fizzbuzz!!!!!!!!!!!!!!!!!!!

Awesome Lists containing this project

README

        

# badfizzbuzz

but in rust

based on [Butterroach/badfizzbuzz](https://github.com/Butterroach/badfizzbuzz) but good! cause its rust! performance! yeah!!!!

this is my first rust project.

## usage

Download a binary for your platform from the [releases page](https://github.com/artifishvr/badfizzbuzz-rs/releases)

Example Usage (cli only)

```sh
./badfizzbuzz [integer]
```

## building

### requirements

- rust

```sh
cargo build --release
```