[go: up one dir, main page]

zip 0.1.7

Library to support the reading and writing of zip files.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust

rust:
    - stable

sudo: false

notifications:
    email:
        on_success: never
        on_failure: always

script:
    - cargo build
    - cargo test
    - cargo doc --no-deps
    - rustdoc --test README.md -L target/debug