1//! Android-specific definitions 2 3#![stable(feature = "raw_ext", since = "1.1.0")] 4 5pub mod fs; 6pub mod net; 7pub mod raw;