Crates.io | cap-primitives |
lib.rs | cap-primitives |
version | 3.4.1 |
source | src |
created_at | 2020-08-07 16:52:35.55413 |
updated_at | 2024-11-05 16:21:40.804571 |
description | Capability-based primitives |
homepage | |
repository | https://github.com/bytecodealliance/cap-std |
max_upload_size | |
id | 274060 |
size | 412,989 |
The cap-primitives
crate provides primitive sandboxing operations that
cap-std
and cap-async-std
are built on.
The filesystem module cap_primitives::fs
, the networking module
cap_primitives::net
, and time module cap_primitives::time
currently
support Linux, macOS, FreeBSD, and Windows. WASI support is in development,
though not yet usable.