-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
In src/helper.rs, get_bincode_config calls bincode::DefaultOptions::new().with_little_endian(). That works on every machine that I have access to. But since it's being used to serialize/deserialize reads and writes to /dev/fuse , I think that it will fail on a big endian machine. I think the correct endianness to use is native. See ede18ae .
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels