cloud-hypervisor / fuse-backend-rs

Rust crate for implementing FUSE backends
Apache License 2.0
130 stars 65 forks source link

Avoid compile tokio-uring when use default features #146

Closed zyfjeff closed 1 year ago

zyfjeff commented 1 year ago

tokio-uring should compile only if the async-io feature is enabled