summaryrefslogtreecommitdiffstats
path: root/library/std/src/os/fuchsia/mod.rs
blob: cd1b8233eb3ec09289562a68cec13ef8ed42db6d (plain)
1
2
3
4
5
6
//! Fuchsia-specific definitions

#![stable(feature = "raw_ext", since = "1.1.0")]

pub mod fs;
pub mod raw;