You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING Don't have a unique FuseHandler/FuseDriver conditionnied by compile features, but instead split each of them inside src/fuse_parallel, src/fuse_serial, etc
BREAKING custom signatures for mount / spawn_mount depending on mode
BREAKING remove inner: Box<dyn FuseHandler<T>>
implement a first working async FuseHandler
Update src/templates
Renaming to src/fuse_presets
Adding eventually both MirrorFsPreset (implement what is necessary, doesn't inherit FuseHandler) and MirrorFs { default_fs } ? => easier to jump start tests, but is it really useful ?
Update tests
Update examples
BREAKING change signature of spawn_mount / mount Options to let the user define num_threads, executor_threads, reply_threads + defaulting to core count
verify and update docs
To follow short term after release :
Isolate complex DirMapIter struct (in FuseDriver) and add better testing
For v0.5.0
=> MERGED with #81
inner: Box<dyn FuseHandler<T>>MirrorFsPreset(implement what is necessary, doesn't inherit FuseHandler) andMirrorFs { default_fs }? => easier to jump start tests, but is it really useful ?To follow short term after release :
To follow long term after release :