]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/horizon/mod.rs
Rollup merge of #97712 - RalfJung:untyped, r=scottmcm
[rust.git] / library / std / src / os / horizon / mod.rs
1 //! Definitions for Horizon OS
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4
5 pub mod fs;
6 pub(crate) mod raw;