Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugaevc/fizzbuzz
The ultimate FizzBuzz implementation in Rust
https://github.com/bugaevc/fizzbuzz
buzz fizz fizzbuzz rust
Last synced: about 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T10:34:20.000Z (about 7 years ago)
- Last Synced: 2024-10-05T14:46:31.563Z (about 1 month 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.
[![Build Status](https://travis-ci.org/bugaevc/fizzbuzz.svg?branch=master)](https://travis-ci.org/bugaevc/fizzbuzz)
[![Build Status](https://ci.appveyor.com/api/projects/status/8y9twbq79e77eqs0?svg=true)](https://ci.appveyor.com/project/bugaevc/fizzbuzz)
[![Crates.io](https://img.shields.io/crates/v/fizzbuzz.svg)](https://crates.io/crates/fizzbuzz)
[![Documentation and examples](https://img.shields.io/badge/docs-docs.rs-brightgreen.svg)](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.