https://github.com/bugaevc/fizzbuzz
The ultimate FizzBuzz implementation in Rust
https://github.com/bugaevc/fizzbuzz
buzz fizz fizzbuzz rust
Last synced: about 2 months ago
JSON representation
The ultimate FizzBuzz implementation in Rust
- Host: GitHub
- URL: https://github.com/bugaevc/fizzbuzz
- Owner: bugaevc
- License: apache-2.0
- Created: 2017-08-15T13:15:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T10:34:20.000Z (over 7 years ago)
- Last Synced: 2025-02-28T08:06:44.286Z (2 months ago)
- Topics: buzz, fizz, fizzbuzz, rust
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# fizzbuzz
The ultimate FizzBuzz implementation in Rust.
[](https://travis-ci.org/bugaevc/fizzbuzz)
[](https://ci.appveyor.com/project/bugaevc/fizzbuzz)
[](https://crates.io/crates/fizzbuzz)
[](https://docs.rs/fizzbuzz)## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.