{"id":67025,"library":"crc64","title":"CRC64","description":"CRC64 checksum implementation","status":"active","version":"2.0.0","language":"rust","source_language":null,"source_url":"https://github.com/badboy/crc64-rs","tags":["crc","checksum","hashing"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ncrc64 = \"2.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add crc64","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"crc64","correct":"use crc64::crc64;"}],"quickstart":{"code":"use crc64::crc64;\n\nfn main() {\n    let data = b\"hello world\";\n    let hash = crc64(data);\n    println!(\"CRC64: {}\", hash);\n}","lang":"rust","description":"Computes the CRC64 checksum of a byte slice"},"warnings":[],"env_vars":null,"search_vec":"'checksum':3,6 'crc':5 'crc64':1,2 'hash':7 'implement':4","created_at":"2026-06-17T17:31:49.238080+00:00","updated_at":"2026-06-17T17:31:49.238080+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/badboy/crc64-rs","github":"https://github.com/badboy/crc64-rs","docs":"https://docs.rs/crc64/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}