7 releases

0.1.6 Mar 14, 2023
0.1.5 Dec 19, 2022

#581 in Embedded development

21 downloads per month

MIT/Apache

395KB
11K SLoC

memacc

paypal

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

  • no-std