summaryrefslogtreecommitdiff
path: root/src/lib.rs (unfollow)
AgeCommit message (Collapse)Author
2022-01-08Move Ino, Ttl, Timestamp to crate::ioAlejandro Soto
2022-01-08Fix unnecessary references to nix itemsAlejandro Soto
2022-01-08Rename private_trait as sealedAlejandro Soto
2022-01-05Rename ReplyTail as ReplyStateAlejandro Soto
2022-01-04Move error types to new module crate::errorAlejandro Soto
2022-01-04Move crate::fuse::* to the top-levelAlejandro Soto
2022-01-04Remove client.rsAlejandro Soto
2022-01-03Implement Timestamp::new()Alejandro Soto
2022-01-03Remove #[feature(doc_cfg)]Alejandro Soto
2022-01-02Remove unused feature flagsAlejandro Soto
2021-12-29Make Ino derive Ord/PartialOrdAlejandro Soto
2021-12-29Implement buffered readdirAlejandro Soto
2021-12-28Add Ttl::NULLAlejandro Soto
2021-12-28Rename TimeToLive as TtlAlejandro Soto
2021-12-28Redesign the API around a user-provided main loopAlejandro Soto
This is basically a full library rewrite.