[go: up one dir, main page]

crc 1.2.0

Rust implementation of CRC(32, 64) with support of various standards
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust
rust:
    - nightly
    - stable
sudo: true
after_success: |
    [ $TRAVIS_BRANCH = master ] &&
    [ $TRAVIS_PULL_REQUEST = false ] &&
    cargo doc &&
    echo "<meta http-equiv=refresh content=0;url=crc/index.html>" > target/doc/index.html &&
    sudo pip install ghp-import &&
    ghp-import -n target/doc &&
    git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages