ring_promise 0.1.0

A minimal, ergonomic, and thread-friendly abstraction for submission/completion ring-based I/O in Rust.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "oneshot"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ce411919553d3f9fa53a0880544cda985a112117a0444d5ff1e870a893d6ea"

[[package]]
name = "promisery"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52be45fb6f0ed336df5ef5a126c321ae3e0d5ed148fe50a495edfe67b3d43133"
dependencies = [
 "oneshot",
]

[[package]]
name = "ring_promise"
version = "0.1.0"
dependencies = [
 "oneshot",
 "promisery",
]