1 2 3 4 5 6
//! WASI-specific extension to the primitives in the `std::ffi` module #![stable(feature = "rust1", since = "1.0.0")] #[stable(feature = "rust1", since = "1.0.0")] pub use crate::sys_common::os_str_bytes::*;
1 2 3 4 5 6
//! WASI-specific extension to the primitives in the `std::ffi` module #![stable(feature = "rust1", since = "1.0.0")] #[stable(feature = "rust1", since = "1.0.0")] pub use crate::sys_common::os_str_bytes::*;