rust-fuse v0.3.1 Release Notes
Release Date: 2017-11-08 // almost 7 years ago-
- Offsets to
read
,write
andreaddir
methods are signed integers now (breaking change, sorry) - ๐ Link
libosxfuse
on macOS,libfuse
on all other systems
- Offsets to
Previous changes from v0.3.0
-
- ๐ 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 (