| Crates.io | memacc |
| lib.rs | memacc |
| version | 0.1.11 |
| created_at | 2022-12-14 00:04:02.604388+00 |
| updated_at | 2023-09-07 13:44:40.830076+00 |
| description | Memory access functions. |
| homepage | |
| repository | https://github.com/RHamalainen/memacc |
| max_upload_size | |
| id | 736220 |
| size | 491,530 |
This crate is work in progress.
Use with standard library.
memacc = "*"
Use without standard library.
memacc = { version = "*", features = ["no-std"] }
Usage not recommended until interface is frozen.
This crate is based on the concept of general binary state transition.
This section is work in progress.