nix-rust/nix

can we use this library to do fuse(file systems in user space)?

vrn21 opened this issue · 3 comments

can we use this library to do fuse(file systems in user space)?

Nix does not provide bindings or further Rusty interfaces of libfuse, you should use something like fuser instead.

Or if you want an async fuse server, use fuse3

Close as the question has been answered, feel free to reopen it if you think it is not resolved yet.