[go: up one dir, main page]

crc 0.1.0

rust implementation of crc(32, 64)
Documentation
1
2
3
4
#![feature(test)]
#[cfg(test)] extern crate test;
pub mod crc32;
pub mod crc64;