The dbs-fuse
is a utility crate to support fuse-backend-rs.
It's challenging to support Rust async io, and it's even more challenging to support Rust async io with Linux io-uring.
The dbs-fuse
crate adds a wrapper layer over tokio and tokio-uring to simplify the way to support Rust async io by providing:
- FileVolatileSlice
- FileVolatileBuf
This project is licensed under Apache License, Version 2.0.