# Vigenère Cipher
The famous cipher as a Rust algorithm
## Getting Started
### Prerequistes
First, [Nightly Rust](https://doc.rust-lang.org/1.13.0/book/nightly-rust.html) needs to be installed
### Installing
...
## Running the tests
Enter the vigenere-cipher repository and run `cargo test`
## Authors
* **Hikaru** - *Initial work*
# Versioning
[SemVer](http://semver.org/) applies for versioning.
## License
This project is licensed under GNU GPLv3 - see the [LICENSE file](/LICENSE) for details
## Acknowledgments
* [gitignore.io](https://www.gitignore.io)
* [choosealicense.com](https://choosealicense.com)