maildir 0.5.0

A simple library for maildir manipulation
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly
matrix:
  allow_failures:
    - rust: nightly
  include:
    - stage: lint
      name: "Rust: rustfmt"
      rust: stable
      install:
        - rustup component add rustfmt
      script:
        - cargo fmt -v -- --check

stages:
  - test
  - lint