summaryrefslogtreecommitdiffstats
path: root/tokio/src/fs/create_dir_all.rs
AgeCommit message (Collapse)Author
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
also add an async version of `fs::canonicalize`
2019-10-26chore: use argument position impl trait (#1690)Linus Färnstrand
2019-10-21fs: move into `tokio` (#1672)Carl Lerche
A step towards collapsing Tokio sub crates into a single `tokio` crate (#1318). The `fs` implementation is now provided by the main `tokio` crate. The `fs` functionality may still be excluded from the build by skipping the `fs` feature flag.