Docs.rs
netsim-embed-0.9.1
netsim-embed 0.9.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dvc94ch
github:ipfs-rust:crates
Dependencies
anyhow ^1.0.70
normal
optional
async-global-executor ^2.3.1
normal
async-process ^1.6.0
normal
futures ^0.3.27
normal
ipc-channel ^0.18.0
normal
optional
libpacket ^0.1.2
normal
libtest-mimic ^0.6.0
normal
optional
log ^0.4.17
normal
netsim-embed-core ^0.4.3
normal
netsim-embed-machine ^0.6.4
normal
netsim-embed-macros ^0.2.0
normal
optional
netsim-embed-nat ^0.4.2
normal
netsim-embed-router ^0.4.7
normal
serde ^1.0.158
normal
optional
anyhow ^1.0.70
dev
async-io ^1.13.0
dev
async-process ^1.6.0
dev
async-std ^1.12.0
dev
async-trait ^0.1.67
dev
env_logger ^0.10.0
dev
if-watch ^0.2.2
dev
ipnet ^2.7.1
dev
udp-socket ^0.1.5
dev
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
netsim_
embed
0.9.1
netsim_embed
Function
run
Copy item path
Source
pub fn run<F>(f: F)
where F:
Future
<Output =
()
> +
Send
+ 'static,