volmem

Crates.iovolmem
lib.rsvolmem
version0.1.1
sourcesrc
created_at2021-10-06 17:05:18.244306
updated_at2021-10-06 17:05:18.244306
descriptionA simple, no_std crate that can be used in place of volatile.
homepage
repositoryhttps://github.com/LibertyOS-Development/volmem/
max_upload_size
id461279
size6,831
Daniel (danielteberian)

documentation

README

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).

Commit count: 2

cargo fmt