rust-fuse v0.3.0 Release Notes
Release Date: 2017-01-25 // over 7 years ago-
- 🛠 Fix extended attribute handling (
getxattr
andlistxattr
methods changed andReplyXattr
was added) mount
now also returns aResult
since it may fail if the session fails to run- Filenames are now passed as
&OsStr
in the filesystem interface - ✂ Removed publishing of documentation on GitHub pages. Docs are now available on https://docs.rs/fuse
- ➕ Add
FileType::Socket
- 🛠 Fix extended attribute handling (