rust/library/std/src/os/android/mod.rs
Berend-Jan Lange 786e8755e7 created tcpstream quickack trait
for linux and android
2022-08-13 17:38:01 +02:00

7 lines
122 B
Rust

//! Android-specific definitions
#![stable(feature = "raw_ext", since = "1.1.0")]
pub mod fs;
pub mod net;
pub mod raw;