Module fuse_backend_rs::common

source ·
Expand description

Some utilities to support fuse-backend-rs.

§Wrappers for Rust async io

It’s challenging to support Rust async io, and it’s even more challenging to support Rust async io with Linux io-uring.

This common module adds a wrapper layer over tokio and tokio-uring to simplify the way to support Rust async io by providing:

Modules§