No description
Find a file
2015-10-28 22:01:45 +08:00
alphabet_cipher tabs to spaces 2015-10-28 20:58:32 +08:00
card_game_war tabs to spaces 2015-10-28 20:58:32 +08:00
doublets tabs to spaces 2015-10-28 20:58:32 +08:00
fox_goose_bag_of_corn tabs to spaces 2015-10-28 20:58:32 +08:00
images Add common files and alphabet_cipher 2015-10-25 14:36:43 +08:00
magic_square fix magic square 2015-10-28 22:01:45 +08:00
tiny_maze tabs to spaces 2015-10-28 20:58:32 +08:00
wonderland_number tabs to spaces 2015-10-28 20:58:32 +08:00
.gitignore Add common files and alphabet_cipher 2015-10-25 14:36:43 +08:00
LICENSE Add common files and alphabet_cipher 2015-10-25 14:36:43 +08:00
README.md Add common files and alphabet_cipher 2015-10-25 14:36:43 +08:00

wonderland-rust-katas

These are a port into Rust of wonderland-clojure-katas

Alice and the tiny door

“Curiouser and curiouser!” -- ― Lewis Carroll, Alice in Wonderland

How to Do the Katas

First, clone or fork this repo. Each of the katas are in their own directory and are self contained Rust cargo projects. You cd into the project and run cargo test to show the failing tests, then complete the code to make the tests pass. Each project has the instructions in its own README.md file.

If you don't have Rust installed yet, follow these instructions to get it. The latest stable release should be sufficient for these katas.

For example, to get started on the alphabet cipher kata first.

  1. Clone or Fork this repo
  2. cd alphabet_cipher
  3. run cargo test
  4. Check out the alphabet cipher instructions in the README.md.
  5. Add the code in the src/lib.rs to make the tests pass.

License

Copyright © 2015 Stephen Bastians

Copyright © 2014 Carin Meier

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.