添加自定义的crc库(支持crc64) (#423)

This commit is contained in:
LoGin
2023-11-06 17:27:05 +08:00
committed by GitHub
parent 1effcfe519
commit 4935c74f32
5 changed files with 664 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[package]
name = "crc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]