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

#73 in Filesystem

Download history 31130/week @ 2024-01-26 33274/week @ 2024-02-02 27888/week @ 2024-02-09 31291/week @ 2024-02-16 31925/week @ 2024-02-23 32422/week @ 2024-03-01 29160/week @ 2024-03-08 30292/week @ 2024-03-15 28770/week @ 2024-03-22 30450/week @ 2024-03-29 29475/week @ 2024-04-05 31194/week @ 2024-04-12 38075/week @ 2024-04-19 34406/week @ 2024-04-26 37835/week @ 2024-05-03 34158/week @ 2024-05-10

149,437 downloads per month
Used in 72 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–13MB
~157K SLoC