Module mfio_rt::virt

source ·
Available on crate feature virt only.
Expand description

Virtual Runtime

This module implements a virtual runtime (and in-memory filesystem) that can be used as basis for no_std implementations.

Note that at the current moment this can be considered more as a toy example, rather than fully featured implementation.

Structs