Async NFS Client Library for Rust Without OS Mount Point
nfs-crust is an experimental Rust library for atomically publishing files on NFSv4.1 without an OS mount point.
nfs-crust enables Tokio applications to read and atomically publish files on an NFSv4.1 export without the need for an OS mount point. This library is particularly suitable for immutable data use cases. However, it is currently in an experimental phase and is not recommended for production use.