summaryrefslogtreecommitdiff
path: root/src/mod.rs (unfollow)
AgeCommit message (Collapse)Author
2022-01-04Move crate::fuse::* to the top-levelAlejandro Soto
2022-01-02Prepare for releaseAlejandro Soto
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.