rust-fuse v0.3.0 Release Notes

Release Date: 2017-01-25 // about 7 years ago
    • 🛠 Fix extended attribute handling (getxattr and listxattr methods changed and ReplyXattr was added)
    • mount now also returns a Result 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