easycurses 0.10.0

A crate that makes working with curses easy.
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
before_install:
  - sudo apt-get -qq update
  - sudo apt-get install -y libncurses5-dev libncursesw5-dev