memacc

Crates.iomemacc
lib.rsmemacc
version0.1.11
created_at2022-12-14 00:04:02.604388+00
updated_at2023-09-07 13:44:40.830076+00
descriptionMemory access functions.
homepage
repositoryhttps://github.com/RHamalainen/memacc
max_upload_size
id736220
size491,530
(RHamalainen)

documentation

README

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.

Commit count: 62

cargo fmt