]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/android/mod.rs
Merge commit 'e8dca3e87d164d2806098c462c6ce41301341f68' into sync_from_cg_gcc
[rust.git] / library / std / src / os / android / mod.rs
1 //! Android-specific definitions
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4
5 pub mod fs;
6 pub mod raw;