Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
library
/
std
/
src
/
os
/
android
/
mod.rs
blob: dbb0127f369fd01d9a344596fb780c9f88229f6f [
file
]
//! Android-specific definitions
#![
stable
(
feature
=
"raw_ext"
,
since
=
"1.1.0"
)]
pub
mod
fs
;
pub
mod
raw
;