mfio-rt

Crates.iomfio-rt
lib.rsmfio-rt
version0.1.0
sourcesrc
created_at2023-12-07 16:37:11.158214
updated_at2023-12-07 16:37:11.158214
descriptionmfio based async runtime
homepage
repositoryhttps://github.com/memflow/mfio
max_upload_size
id1061147
size354,926
Auri (h33p)

documentation

https://docs.rs/mfio-rt

README

mfio-rt

mfio Backed Runtime

This crate aims to provide building blocks for mfio backed asynchronous runtimes. The traits have the option to not rely on the standard library. This makes the system great for no_std embedded environments or kernel-side code.

native feature (depends on std) enables native implementations of the runtime through NativeRt structure.

virt feature enables a virtual in-memory runtime through VirtRt structure.

Custom runtimes may be implemented by implementing IoBackend, and any of the runtime traits, such as Fs or Tcp.

Commit count: 94

cargo fmt