capped_multiset 0.1.0

A Multiset that can return a capped value on the elements
Documentation
language: rust

rust:
    - stable
    - beta
    - nightly

cache: cargo

matrix:
    allow_failures:
        - rust: nightly

script:
    - cargo build
    - cargo test
    - cargo doc