Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
5facdb4937f833edc577f7159a5ad2b322fb07e6
/
.
/
crates
/
tempfile
/
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
::*;