alexcrichton / filetime

Accessing file timestamps in a platform-agnostic fashion in Rust
Apache License 2.0
122 stars 56 forks source link

Migrate tempdir dep to tempfile #45

Closed silwol closed 5 years ago

silwol commented 5 years ago

The tempdir crate has been deprecated by their author in favor of using the tempfile crate.