Crates.io | volmem |
lib.rs | volmem |
version | 0.1.1 |
source | src |
created_at | 2021-10-06 17:05:18.244306 |
updated_at | 2021-10-06 17:05:18.244306 |
description | A simple, no_std crate that can be used in place of volatile. |
homepage | |
repository | https://github.com/LibertyOS-Development/volmem/ |
max_upload_size | |
id | 461279 |
size | 6,831 |
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).