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

#42 in Filesystem

Download history 56918/week @ 2025-01-28 65375/week @ 2025-02-04 54015/week @ 2025-02-11 61384/week @ 2025-02-18 57865/week @ 2025-02-25 62505/week @ 2025-03-04 65079/week @ 2025-03-11 81662/week @ 2025-03-18 53161/week @ 2025-03-25 64948/week @ 2025-04-01 70099/week @ 2025-04-08 55638/week @ 2025-04-15 57426/week @ 2025-04-22 50042/week @ 2025-04-29 48813/week @ 2025-05-06 41569/week @ 2025-05-13

209,196 downloads per month
Used in 117 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
~186K SLoC