any-mpsc 0.1.1

An mpsc that allows arbitrary types to be passed through
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "any-mpsc"
version = "0.1.1"
dependencies = [
 "dfb",
]

[[package]]
name = "dfb"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5b56881f9a0f85cfec00d1c79eca09b9fd0537b644e012f3cb39af7a3708922"