[go: up one dir, main page]

crc 1.4.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: false
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 &&
    pip install ghp-import --user `whoami` &&
    ~/.local/bin/ghp-import -n target/doc &&
    git push -f https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages