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
18
[badges.appveyor]
repository = "bugaevc/fizzbuzz"

[badges.travis-ci]
repository = "bugaevc/fizzbuzz"

[dependencies]

[package]
authors = ["Sergey Bugaev <bugaevc@gmail.com>", "Ivan Molodetskikh <yalterz@gmail.com>"]
description = "The ultimate FizzBuzz implementation"
documentation = "https://docs.rs/fizzbuzz"
keywords = ["fizzbuzz", "fizz", "buzz"]
license = "MIT/Apache-2.0"
name = "fizzbuzz"
readme = "README.md"
repository = "https://github.com/bugaevc/fizzbuzz"
version = "0.1.0"