Cargo Features

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

These default features are set whenever rasi is added without default-features = false somewhere in the dependency tree.

std default

Enables std of futures and rasi-syscall

alloc

Enables alloc of futures and rasi-syscall

net default

Enables net of rasi-syscall

Affects rasi::net

fs default

Enables fs of rasi-syscall

Affects rasi::fs

time default

Enables async-await of futures, time of rasi-syscall

Affects rasi::time

executor default

Enables executor of rasi-syscall

Affects rasi::executor

unix_socket inter_process

Enables unix_socket of rasi-syscall

windows_named_pipe inter_process

Enables windows_named_pipe of rasi-syscall

inter_process default = unix_socket, windows_named_pipe

Affects rasi::inter_process