Skip to content

Commit

Permalink
WIP: Monotonic path handlng
Browse files Browse the repository at this point in the history
Adds a "monotonic_path_preview" module containing my monotonic path handling
code, for ease of review, as requested in vitiral#17. The module is made public, so the
documentation can be viewed with `cargo doc`.
  • Loading branch information
Screwtapello committed Jun 18, 2018
1 parent 611bd94 commit 22e1a7b
Show file tree
Hide file tree
Showing 3 changed files with 1,710 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ mod ty;
mod write;
mod read;

pub mod monotonic_path_preview;

pub use abs::PathAbs;
pub use arc::{current_dir, PathArc};
pub use dir::{ListDir, PathDir};
Expand Down
Loading

0 comments on commit 22e1a7b

Please sign in to comment.