lift-fail 0.1.0

A library to handle `failure` in an iterable collection.
Documentation
sudo: false
language: rust
os:
  - linux
  - osx
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust:
      - beta
      - nightly
script:
- cargo build
- cargo test
- cargo doc