Docs.rs
fuse-backend-rs-0.10.1
fuse-backend-rs 0.10.1
Docs.rs crate page
Apache-2.0
AND
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
jiangliu
imeoer
liubogithub
bergwolf
BraveY
Dependencies
arc-swap ^1.5
normal
async-trait ^0.1.42
normal
bitflags ^1.1
normal
io-uring ^0.5.8
normal
lazy_static ^1.4
normal
libc ^0.2.68
normal
log ^0.4.6
normal
mio ^0.8
normal
nix ^0.24
normal
tokio ^1
normal
tokio-uring ^0.4.0
normal
vhost ^0.5
normal
virtio-queue ^0.6
normal
vm-memory ^0.9
normal
vmm-sys-util ^0.10
normal
tokio-test ^0.4.2
dev
vm-memory ^0.9
dev
vmm-sys-util ^0.10
dev
caps ^0.5
normal
tokio-uring ^0.4
normal
core-foundation-sys >=0.8
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In fuse_backend_rs::common::async_runtime
?
Function
fuse_backend_rs
::
common
::
async_runtime
::
start
source
·
[
−
]
pub fn start<F:
Future
>(future: F) -> F::
Output
Expand description
Start an async runtime.