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.