smol-rs / async-fs

Async filesystem primitives
Apache License 2.0
130 stars 8 forks source link

add `impl From<std::fs::File> for File` #1

Closed DieSache closed 4 years ago

DieSache commented 4 years ago

Hi,

As stated in the title, this PR adds impl From<std::fs::File> for async_fs::File by using the internal File::new function. I don't know if there are any hidden gotchas' but I found it useful for integration with other non-async crates, like tempfile and so on.

ghost commented 4 years ago

Published v1.1.0