fizzbuzz 0.1.0

The ultimate FizzBuzz implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.