tinyurl 0.1.1

An abstraction on top the tinyurl API in rust for quickly generating short urls.
Documentation
language: rust
rust:
  - stable
  - nightly
jobs:
  allow_failures:
    - rust: nightly
  fast_finish: true
cache: cargo
script:
  - cargo build --verbose --all
  - cargo test --verbose --all