rust-fuse v0.3.1 Release Notes

Release Date: 2017-11-08 // over 6 years ago
    • Offsets to read, write and readdir methods are signed integers now (breaking change, sorry)
    • ๐Ÿ”— Link libosxfuse on macOS, libfuse on all other systems

Previous changes from v0.3.0

    • ๐Ÿ›  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