crc-frame 1.0.2

simple functions for reading and writing crc32'd framed buffers
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "crc-frame"
version = "1.0.2"
dependencies = [
 "crc32fast",
 "fault-injection",
]

[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
 "cfg-if",
]

[[package]]
name = "fault-injection"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeca7f5585b265ca11574365e7d3aca66a4a50090f8e3e5088dd43ee6a4d2c8b"