Add OpenOptions to tokio-fs (#390)

Add an `OpenOptions` struct to `tokio-fs` that mirrors the one found in
`std`. Also provide a conversion from a `std` instance to a Tokio instance.
This commit is contained in:
Mat Sadler
2018-06-12 10:47:24 -07:00
committed by Carl Lerche
parent 4cf7d73b22
commit d1f825ca13
5 changed files with 124 additions and 6 deletions
+1
View File
@@ -10,4 +10,5 @@
pub use tokio_fs::{
file,
File,
OpenOptions,
};