brinicle_kernel 1.0.0

Vocabulary type for signal procesors in brinicle.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "brinicle_deinterleaved"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01d30c80eb58cf16972beb3b6a1763c4fd3e20ddf6a90b6f25e4fe6539ba27e"
dependencies = [
 "smallvec",
]

[[package]]
name = "brinicle_kernel"
version = "1.0.0"
dependencies = [
 "brinicle_deinterleaved",
]

[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"

[[package]]
name = "smallvec"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
 "maybe-uninit",
]