libnfs

Crates.iolibnfs
lib.rslibnfs
version0.1.1
sourcesrc
created_at2018-09-06 20:24:43.325711
updated_at2022-09-22 15:46:55.379844
descriptionlibnfs bindings allow you to create nfs mounts in memory/userspace
homepagehttps://github.com/cholcombe973/libnfs
repositoryhttps://github.com/cholcombe973/libnfs
max_upload_size
id83217
size36,779
Chris Holcombe (cholcombe973)

documentation

https://docs.rs/libnfs

README

libnfs Build Status

Safe NFS bindings to build NFS clients in Rust libnfs rust bindings

NFS in userspace.

Note to users: Depending on your system you may need to install some extra libraries for this to link properly. Here's what I used on ubuntu 16.04:

dpkg -l | grep -i libnfs
ii  libnfs-dev:amd64                            1.9.8-1                                      amd64        NFS client library (development files)
ii  libnfs8:amd64                               1.9.8-1                                      amd64        NFS client library (shared library)
Commit count: 36

cargo fmt