56 releases

0.27.3 Dec 4, 2024
0.27.2 Mar 29, 2024
0.27.1 Feb 13, 2024
0.26.0 Jun 30, 2023
0.0.0 Oct 27, 2020

#72 in Filesystem

Download history 37131/week @ 2024-10-24 46651/week @ 2024-10-31 39185/week @ 2024-11-07 44784/week @ 2024-11-14 42415/week @ 2024-11-21 43599/week @ 2024-11-28 46130/week @ 2024-12-05 45479/week @ 2024-12-12 53594/week @ 2024-12-19 27178/week @ 2024-12-26 40452/week @ 2025-01-02 60128/week @ 2025-01-09 48254/week @ 2025-01-16 57682/week @ 2025-01-23 53426/week @ 2025-01-30 65856/week @ 2025-02-06

234,292 downloads per month
Used in 111 crates (9 directly)

Apache-2.0…

100KB
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
~168K SLoC