Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
third_party
/
rust_crates
/
vendor
/
async-std
/
src
/
os
/
mod.rs
blob: 5b836aec9238588dfebb291692c58a74f817f27a [
file
] [
log
] [
blame
] [
edit
]
//! OS-specific extensions.
cfg_unix
!
{
pub
mod
unix
;
}
cfg_windows
!
{
pub
mod
windows
;
}