Files
rust/library/std/src/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 fs;
pub mod raw;