Docs.rs
shuttle-0.8.0
shuttle 0.8.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jamesbornholt
jorajeev
github:awslabs:shuttle
Dependencies
assoc ^0.1.3
normal
bitvec ^1.0.1
normal
cfg-if ^1.0
normal
generator ^0.8.1
normal
hex ^0.4.2
normal
owo-colors ^3.5.0
normal
rand ^0.8.5
normal
rand_core ^0.6.4
normal
rand_pcg ^0.3.1
normal
regex ^1.10.6
normal
optional
scoped-tls ^1.0.0
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
smallvec ^1.11.2
normal
tracing ^0.1.36
normal
criterion ^0.4.0
dev
futures ^0.3.15
dev
pin-project ^1.1.3
dev
proptest ^1.0.0
dev
regex ^1.5.5
dev
tempfile ^3.2.0
dev
test-log ^0.2.8
dev
tracing-subscriber ^0.3.9
dev
Versions
100%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
shuttle
0.8.0
In shuttle::
future
shuttle
::
future
Function
block_on
Copy item path
Source
pub fn block_on<F:
Future
>(future: F) -> F::
Output
Expand description
Run a future to completion on the current thread.