{"id":16724327,"url":"https://github.com/badboy/crc64-rs","last_synced_at":"2025-07-15T15:44:57.119Z","repository":{"id":21938679,"uuid":"25263130","full_name":"badboy/crc64-rs","owner":"badboy","description":"CRC64 \"Jones\" implementation in Rust","archived":false,"fork":false,"pushed_at":"2022-08-23T05:08:10.000Z","size":58,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T03:54:12.019Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.rs/crc64/1.0.0/crc64/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badboy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-15T16:21:04.000Z","updated_at":"2024-08-17T09:18:51.000Z","dependencies_parsed_at":"2022-08-17T23:45:25.802Z","dependency_job_id":null,"html_url":"https://github.com/badboy/crc64-rs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/badboy/crc64-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fcrc64-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fcrc64-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fcrc64-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fcrc64-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badboy","download_url":"https://codeload.github.com/badboy/crc64-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badboy%2Fcrc64-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265443589,"owners_count":23766417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T22:44:50.301Z","updated_at":"2025-07-15T15:44:57.093Z","avatar_url":"https://github.com/badboy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CRC64\n\n[![crates.io](https://img.shields.io/crates/v/crc64.svg?style=flat-square)](https://crates.io/crates/crc64)\n[![docs.rs docs](https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square)](https://docs.rs/crc64)\n[![License: MIT](https://img.shields.io/github/license/badboy/crc64-rs?style=flat-square)](LICENSE)\n[![Build Status](https://img.shields.io/github/workflow/status/badboy/crc64-rs/CI/main?style=flat-square)](https://github.com/badboy/crc64-rs/actions/workflows/ci.yml)\n\nA 5-line\\* CRC64 implementation in Rust.\n\n\\*: Yes, I cheated *a bit*. It is [antirez](https://github.com/antirez)' implementation of the [CRC64 algorithm for Redis][crc64.c], which basically consists of one huge table. See [lib.rs](src/lib.rs) for the exact constants used. Oh, since v0.2.0 I cheated even more. It's not 5 lines anymore, more like 25.\n\n## Build\n\n```\ncargo build --release\n```\n\n## Usage\n\nAs a library:\n\n```rust\ncrc64::crc64(0, \"123456789\".as_bytes());\n```\n\n## CLI\n\nInstall as a standalone application:\n\n```\ncargo install crc64\n```\n\nUse it:\n\n```\ncrc64 src/lib.rs\n```\n\n## Tests\n\nRun tests with:\n\n```\ncargo test\n```\n\n## Contribute\n\nIf you find bugs or want to help otherwise, please [open an issue](https://github.com/badboy/crc64-rs/issues).  \n\n## License\n\nBSD. See [LICENSE](LICENSE).  \nRedis and the code I used is also released under a BSD license. See [crc64.c][].\n\n[crc64.c]: https://github.com/antirez/redis/blob/unstable/src/crc64.c\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadboy%2Fcrc64-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadboy%2Fcrc64-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadboy%2Fcrc64-rs/lists"}