Files
rust/src/libstd/os/emscripten/mod.rs

7 lines
107 B
Rust
Raw Normal View History

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