pdf417 0.2.1

No-std PDF417 encoder
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "awint_core"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2785d65c4c05d1c323506e8e8b64f855e99ecfb13e129655bc74a68b41cc6bca"
dependencies = [
 "awint_internals",
 "const_fn",
]

[[package]]
name = "awint_internals"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f66860693f788a4aa8917c99a37f9b6bb755243e6e7530777abed81a7698894"

[[package]]
name = "const_fn"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"

[[package]]
name = "pdf417"
version = "0.2.1"
dependencies = [
 "awint_core",
]