Cargo Features

[dependencies]
rasi-syscall = { version = "0.1.11", default-features = false, features = ["std", "alloc", "executor", "unix_socket", "windows_named_pipe"] }
default = alloc

The alloc feature is set by default whenever rasi-syscall is added without default-features = false somewhere in the dependency tree.

std

Enables executor and std of futures

alloc default

Enables alloc and executor of futures

net fs time executor
unix_socket

Affects net::Network.unix_stream_local_addr, net::Network.unix_stream_peer_addr, net::Network.unix_stream_shutdown, net::Network.unix_stream_write, net::Network.unix_stream_read

windows_named_pipe