#volatile #wrapped #memory-access #reference #developing #value #operating-systems

volmem

A simple, no_std crate that can be used in place of volatile

1 unstable release

0.1.1 Oct 6, 2021

#11 in #volatile

Apache-2.0

7KB
273 lines

Volmem is a simple library, allowing a reference to be wrapped to a copy-able type, while granting volatile memory access to the wrapped value. This library is designed for developing operating-systems, and is designed to run without any of Rust's standard libraries (std).

No runtime deps

Features