11 releases

0.1.11 Sep 7, 2023
0.1.10 Aug 26, 2023
0.1.6 Mar 14, 2023
0.1.5 Dec 19, 2022

#197 in Embedded development

25 downloads per month

MIT/Apache

415KB
11K SLoC

memacc

Memory access and bit manipulation functions.

Support my work

This crate is work in progress.

How to depend

Use with standard library.

memacc = "*"

Use without standard library.

memacc = { version = "*", features = ["no-std"] }

How to use

Usage not recommended until interface is frozen.

Conceptual framework

This crate is based on the concept of general binary state transition.

This section is work in progress.

Overview.


lib.rs:

Memory access functions.

No runtime deps

Features