system-interface

Crates.iosystem-interface
lib.rssystem-interface
version0.27.2
sourcesrc
created_at2020-10-27 20:30:12.966606
updated_at2024-03-29 20:53:52.017257
descriptionExtensions to the Rust standard library
homepage
repositoryhttps://github.com/bytecodealliance/system-interface
max_upload_size
id306098
size176,306
(wasmtime-publish)

documentation

README

system-interface

Extensions to the Rust standard library

A Bytecode Alliance project

Github Actions CI Status zulip chat crates.io page docs.rs docs

system-interface adds extensions to the Rust standard library, seeking to stay within the style of std, while exposing additional functionality:

Everything in this crate is portable across popular POSIX-ish platforms and Windows.

Many of system-interface's features correspond to features in WASI, and are designed to work with cap-std, however it's not specific to WASI and can be used with regular std too. To separate concerns, all sandboxing and capability-oriented APIs are left to cap-std, so this crate's features are usable independently.

Support for async-std and socket2 is temporarily disabled until those crates contain the needed implementations of the I/O safety traits.

Commit count: 240

cargo fmt