Sign in
android
/
toolchain
/
cargo-deny
/
HEAD
/
.
/
android
/
vendor
/
tempfile-3.10.1
/
src
/
dir
/
imp
/
mod.rs
blob: 26d0a227387e2553000b3562417b43f91ebb7cf2 [
file
] [
log
] [
blame
]
#[
cfg
(
unix
)]
mod
unix
;
#[
cfg
(
unix
)]
pub
use
unix
::*;
#[
cfg
(
not
(
unix
))]
mod
any
;
#[
cfg
(
not
(
unix
))]
pub
use
any
::*;