summaryrefslogtreecommitdiff
path: root/src/fuse/mod.rs (follow)
AgeCommit message (Collapse)Author
2022-01-02Remove unused feature flagsAlejandro Soto
2021-12-30Fix use semantics of Incoming<'o, O>::owned()Alejandro Soto
Lifetime requirements involving Done<'o> previously prevented any proper use of Owned<O>.
2021-12-29Mark Reply as #[must_use]Alejandro Soto
2021-12-29Implement buffered readdirAlejandro Soto
2021-12-28Expose Operation<'o> in the public APIAlejandro Soto
2021-12-28Implement init hookAlejandro Soto
2021-12-28Redesign the API around a user-provided main loopAlejandro Soto
This is basically a full library rewrite.
2021-12-23Initial commitAlejandro Soto
I started this project on February 2021, but postponed further development until now. The only modification introduced since then is try_trait_v2 (try_trait no longer exists).