memacc 0.1.5

Memory access functions.
Documentation

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.