of_ffi_c 0.1.0

C ABI facade for the Orderflow runtime
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "of_adapters"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4418e692a841d8d55b69c92cc3d805d05fe478822891cc4613b099e01f35fe6e"
dependencies = [
 "of_core",
]

[[package]]
name = "of_core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10e153195a4e1e5fa53c4f2a6eae53cf7e4213793701363fc7ad388308c3bea9"

[[package]]
name = "of_ffi_c"
version = "0.1.0"
dependencies = [
 "of_adapters",
 "of_core",
 "of_runtime",
 "of_signals",
]

[[package]]
name = "of_persist"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1699d8b596a1c3002cd432f5d5e27e82ba3043e54fa644e735a80138ad7a5a78"
dependencies = [
 "of_core",
]

[[package]]
name = "of_runtime"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b59d065f59b912b84cd7e9fbc29335041b5a6a993116625f421028fefd2292c"
dependencies = [
 "of_adapters",
 "of_core",
 "of_persist",
 "of_signals",
]

[[package]]
name = "of_signals"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cd79a34a402e460724552564ecb6b3bdb2f61c199d8cfbfea61ebea1865a869"
dependencies = [
 "of_core",
]