55 unstable releases

0.27.2 Mar 29, 2024
0.27.0 Jan 11, 2024
0.26.0 Jun 30, 2023
0.25.5 Mar 29, 2023
0.0.0 Oct 27, 2020

#68 in Filesystem

Download history 24877/week @ 2024-01-03 29647/week @ 2024-01-10 32627/week @ 2024-01-17 31661/week @ 2024-01-24 31641/week @ 2024-01-31 29766/week @ 2024-02-07 29870/week @ 2024-02-14 32212/week @ 2024-02-21 33421/week @ 2024-02-28 28681/week @ 2024-03-06 28028/week @ 2024-03-13 31577/week @ 2024-03-20 29783/week @ 2024-03-27 30611/week @ 2024-04-03 30589/week @ 2024-04-10 26380/week @ 2024-04-17

122,082 downloads per month
Used in 68 crates (8 directly)

Apache-2.0…

99KB
2K SLoC

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.

Dependencies

~2–14MB
~156K SLoC