palindrome 0.1.1

Check for palindromes in words and sentences
Documentation
language: rust
cache: cargo
os:
  - linux
rust:
  - stable
  - beta
  - nightly
sudo: false
script:
  - cargo test