Sha256: 5a90a175f6dd67e0763bb8323b0f7997941b26ae67609c0842c54d5df4ae0e8a

Contents?: true

Size: 305 Bytes

Versions: 2

Compression:

Stored size: 305 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))]

pub mod fs;
pub mod io;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/system-interface-0.27.3/src/lib.rs
wasmtime-28.0.0 ./ext/cargo-vendor/system-interface-0.27.3/src/lib.rs