autocompress 0.1.0

Automatically select suitable decoder from magic bytes or encoder from file extension.
Documentation
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
os:
  - linux
  - osx
jobs:
  allow_failures:
    - rust: nightly
  fast_finish: true

script:
  - cargo build --all
  - cargo test --all