native-ipc-testkit 0.1.0

Adversarial helpers and cross-process conformance fixtures for native-ipc
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 = 4

[[package]]
name = "native-ipc-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf6ba521478be8d3fab2ba021cfffad07612e18e4f0714bab6209462878a8f8"

[[package]]
name = "native-ipc-testkit"
version = "0.1.0"
dependencies = [
 "native-ipc-core",
]