API documentation for the Rust `crc32fast` crate. ... use crc32fast::Hasher; let mut hasher = Hasher::new(); hasher.update(b"foo bar baz"); let checksum ...
確定! 回上一頁