libmpv 2.0.1

Libmpv abstraction that's easy to use and can play next to all codecs and containers
Documentation
language: rust
dist: bionic

before_install:
  - sudo apt-get update
  - sudo apt-get -y install mpv libmpv-dev libmpv1

script:
  - RUST_BACKTRACE=1 cargo build --release
  - RUST_BACKTRACE=1 cargo test
  - RUST_BACKTRACE=1 cargo doc