summary refs log tree commit diff
path: root/src/libstd/os/hermit/mod.rs
blob: 4dee2a6d43397313e2c68b105bfd9007ba976fb1 (plain)
1
2
3
4
5
6
//! HermitCore-specific definitions

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

pub mod raw;
pub mod fs;