Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.