1 unstable release
0.1.1 | Oct 6, 2021 |
---|
#12 in #volatile
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).