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

#56 in Filesystem

Download history 38548/week @ 2024-09-17 39646/week @ 2024-09-24 36898/week @ 2024-10-01 42683/week @ 2024-10-08 30425/week @ 2024-10-15 39792/week @ 2024-10-22 41991/week @ 2024-10-29 44023/week @ 2024-11-05 38628/week @ 2024-11-12 47922/week @ 2024-11-19 38395/week @ 2024-11-26 48684/week @ 2024-12-03 46697/week @ 2024-12-10 62077/week @ 2024-12-17 25759/week @ 2024-12-24 24078/week @ 2024-12-31

166,959 downloads per month
Used in 108 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–12MB
~160K SLoC