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

https://github.com/folkengine/rusty-fizzbuzz

YAFBI - Yet another FizzBuzz implementation. This time in Rust.
https://github.com/folkengine/rusty-fizzbuzz

Last synced: about 2 months ago
JSON representation

YAFBI - Yet another FizzBuzz implementation. This time in Rust.

Awesome Lists containing this project

README

          

# rusty-fizzbuzz
YAFBI - Yet another [FizzBuzz](http://c2.com/cgi/wiki?FizzBuzzTest) implementation. This time in [Rust](https://www.rust-lang.org/)!

I'm going to use this as an initial examples of some ideas of mine.

Dependencies
============

[Quickcheck](https://github.com/BurntSushi/quickcheck)

> Haven't added this to the program yet.

Some helpful pages:
===================

[The Rust Guide to Strings](http://smallcultfollowing.com/rust-int-variations/imem-umem/guide-strings.html)

> This came in handy when I was working on a function that returned a string.
> There are actually two kinds of strings in Rust. Fancy that.

[Understanding Pointers, Ownership and Lifetimes in Rust](http://paulkoerbitz.de/posts/Understanding-Pointers-Ownership-and-Lifetimes-in-Rust.html)

> This was useful when I was trying to create a larger sample of integers to assert against.

Versions
========

v.0.0.3 - Vector version