rust-fuse v0.2.4 Release Notes

Release Date: 2015-02-22 // about 9 years ago
    • ⚡️ Update to latest Rust nightly
    • spawn_mount returns a Result now since starting a new thread may fail
    • Paths are now passed using std::path::Path (got rid of std::old_path)
    • FUSE options are now passed as a slice of OsStr rather than a slice of bytes