zargony / fuse-rs

Rust library for filesystems in userspace (FUSE)
MIT License
1.05k stars 131 forks source link

Allow delegating all linking #127

Open farnz opened 5 years ago

farnz commented 5 years ago

This is necessary when an external build system (e.g. Buck) is taking care of linking in libfuse, and we don't want the Rust compiler to emit any linking arguments.