Merge pull request #23 from jiangliu/revert-doc-test Revert “Improve tokio-uring dependencies.”
Merge pull request #23 from jiangliu/revert-doc-test
Revert “Improve tokio-uring dependencies.”
The dbs-fuse is a utility crate to support fuse-backend-rs.
dbs-fuse
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:
Read
Write
vm-memory
io-uring
This project is licensed under Apache License, Version 2.0.
Source code under [src/tokio-uring] is temporarily copied from tokio-uring with modifications, which is licensed under MIT.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
dbs-fuse
The
dbs-fuseis a utility crate 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.
The
dbs-fusecrate adds a wrapper layer over tokio and tokio-uring to simplify the way to support Rust async io by providing:ReadandWrite, but uses [FileVolatileSlice] objects as data buffers.vm-memorycrate.io-uringbased asynchronous IO.License
This project is licensed under Apache License, Version 2.0.
Source code under [src/tokio-uring] is temporarily copied from tokio-uring with modifications, which is licensed under MIT.