blob: 92a2bf0a59ab53b1f19b0bdd7d0b4caa253359b9 [file] [log] [blame]
//! Definitions for vita
#![forbid(unsafe_op_in_unsafe_fn)]
#![stable(feature = "raw_ext", since = "1.1.0")]
pub mod fs;
pub(crate) mod raw;