This website requires JavaScript.
Explore
Help
Sign In
tokio-rs
/
tokio
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tokio-rs/tokio.git
synced
2026-08-27 00:00:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e26258ac340b76ef27f1d38d967cfb2b682c2a4
tokio
/
tokio-fs
/
src
/
os
/
mod.rs
T
8 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
tokio-fs: Add async versions of most of std::fs (
#494
)
2018-08-01 06:39:27 +02:00
//! OS-specific functionality.
#[cfg(unix)]
pub
mod
unix
;
fs: use async fn instead of custom futures (
#1381
)
2019-08-04 11:24:30 -07:00
tokio-fs: Add async versions of most of std::fs (
#494
)
2018-08-01 06:39:27 +02:00
#[cfg(windows)]
pub
mod
windows
;
Reference in New Issue
Copy Permalink