rust-crates / ergo_fs

ergonomic filesystem operations in rust
https://docs.rs/ergo_fs
Other
7 stars 0 forks source link

use tempfile crate instead #8

Open vitiral opened 6 years ago

vitiral commented 6 years ago

tempdir is being migrated to tempfile, so we should use tempfile.

We could also add a FileTmp object, which I think is useful.

epage commented 6 years ago

For more background on tempdir going away: https://github.com/rust-lang-nursery/tempdir/issues/45