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 section is work in progress.

|Requirement|Status| |---|---| |Indexing finite collection with out-of-bounds index must fail on compile time.||

|Type|IndexU8|IndexU32| |---|---|---| |I::<0>-I::<7>|:heavycheckmark:|:heavycheckmark:| |I::<8>-I::<31>|:x:|:heavycheckmark:|

Overview.

TODO