lib.rs
7 days agoWith virtio-fs, the Fuse client runs within the guest kernel and the Fuse server runs on the host userspace or hardware. So the fuse-rs crate is a library to communicate with the Linux FUSE clients, which includes: ABI layer, which defines all data structures shared between linux Fuse framework and Fuse daemons.