rasi 0.1.11

An implementation of Rust Asynchronous System Interface(RASI)
Documentation

rasi

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 10 feature flags, 9 of them enabled by default.

default

  • net
  • fs
  • time
  • executor
  • std
  • inter_process

net

  • rasi-syscall/net

fs

  • rasi-syscall/fs

time

  • rasi-syscall/time
  • futures/async-await

executor

  • rasi-syscall/executor

std

  • rasi-syscall/std
  • futures/std

inter_process

  • unix_socket
  • windows_named_pipe

unix_socket

  • rasi-syscall/unix_socket

windows_named_pipe

  • rasi-syscall/windows_named_pipe

alloc

  • rasi-syscall/alloc
  • futures/alloc