| Crates.io | libnfs-sys |
| lib.rs | libnfs-sys |
| version | 0.2.3 |
| created_at | 2018-06-21 21:02:12.254473+00 |
| updated_at | 2022-09-22 15:43:14.53946+00 |
| description | libnfs bindings allow you to create nfs mounts in memory/userspace |
| homepage | https://github.com/cholcombe973/libnfs-sys |
| repository | https://github.com/cholcombe973/libnfs-sys |
| max_upload_size | |
| id | 71162 |
| size | 4,488 |
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)