hangman 1.0.0

A simple implementation of the classic hangman game.
Documentation
language: rust
rust:
    - stable
    - nightly
    - beta 
matrix:
    allow_failures:
        - rust: nightly
sudo: false
dist: trusty