adbackup 0.5.2

backup tool for android written in rust which can either be used as a module and as a cli-tool
Documentation
language: rust
script:
  - cargo build --verbose
  - cargo test --verbose
os:
 - linux
 - osx