Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!!!!!!!!!!!!!!!!!!!
- Host: GitHub
- URL: https://github.com/artifishvr/badfizzbuzz-rs
- Owner: artifishvr
- License: mit
- Created: 2024-07-05T08:35:04.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T02:56:09.000Z (4 months ago)
- Last Synced: 2024-10-15T18:08:58.732Z (24 days ago)
- Topics: bad, fizzbuzz, rust
- Language: Rust
- Homepage:
- Size: 4.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```