Sha256: d0fe3c2bc9381490b766434c5bbf5d49c9a00b931241bc4cd8a781e8be30faf2
Contents?: true
Size: 360 Bytes
Versions: 36
Compression:
Stored size: 360 Bytes
Contents
//! The goal of this library is to stay within the style of the //! Rust standard library while extending it to support more features. #![deny(missing_docs)] #![cfg_attr(target_os = "wasi", feature(wasi_ext))] #![cfg_attr(all(unix, unix_socket_peek), feature(unix_socket_peek))] #![cfg_attr(io_lifetimes_use_std, feature(io_safety))] pub mod fs; pub mod io;
Version data entries
36 entries across 36 versions & 1 rubygems