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.
- Host: GitHub
- URL: https://github.com/folkengine/rusty-fizzbuzz
- Owner: folkengine
- License: mit
- Created: 2015-09-13T19:13:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T00:54:30.000Z (over 10 years ago)
- Last Synced: 2025-03-06T00:52:45.979Z (over 1 year ago)
- Language: Rust
- Size: 203 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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