[go: up one dir, main page]

crc 2.0.0

Rust implementation of CRC(16, 32, 64) with support of various standards
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
rust:
  - stable
  - beta
  - nightly
  - 1.46.0
matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true
  include:
    - stage: bench
      rust: stable
      script: 'cargo bench'
cache: cargo