An open API service indexing awesome lists of open source software.

https://github.com/rust-console/voladdress

Allows for proper and easy handling of volatile memory
https://github.com/rust-console/voladdress

rust rust-embedded rust-library

Last synced: 11 months ago
JSON representation

Allows for proper and easy handling of volatile memory

Awesome Lists containing this project

README

          

[![License:Zlib](https://img.shields.io/badge/License-Zlib-green.svg)](https://opensource.org/licenses/Zlib)
[![License:Apache2](https://img.shields.io/badge/License-Apache2-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![License:MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

[![crates.io](https://img.shields.io/crates/v/voladdress.svg)](https://crates.io/crates/voladdress)
[![docs.rs](https://docs.rs/voladdress/badge.svg)](https://docs.rs/voladdress)

# voladdress

A crate to make volatile memory operations easy to work with.

This is primarily used for Memory Mapped IO (MMIO).