raw_struct 0.2.1

raw_struct is a Rust procedural macro for easily declaring C-style structs that reference local or external memory, based on your memory implementation. It generates appropiate getter methods for easy access.
Documentation

raw_struct

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 2 feature flags, 2 of them enabled by default.

default

std (default)

alloc (default)

This feature flag does not enable additional features.