Expand description
§rasi-default
This crate is a reference implementation of the rasi syscalls.
-
The implementations of
Networksyscall andTimersyscall are based onmio; -
The implementation of
Executorsyscall is based onfutures thread pool; -
The implementation of
FileSystemsyscall is a wrapper ofstd::fs.
Modules§
- executor
executor - The implementation of
Executorsyscall. - fs
fs - This mode is a wrapper of
std::fsthat implementFileSystemtrait. - net
net - The implementation of
Networksyscall. - reactor
- A reactor pattern implementation based on
mio::Poll. - time
time - The implementation of
Timersyscall.
Traits§
- Token
Sequence - This trait defines a method for sequential generation of
tokens