path-extra 0.1.2

Extra methods on `Path` for ergonomic and chainable `fs` operations.
Documentation
1
2
3
4
5
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod std;
#[cfg(feature = "tokio")]
pub mod tokio;