raw_struct_derive 0.3.0

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
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"

[lib]
name = "raw_struct_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Markus Hadenfeldt <mhadenfeldt@did.science>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "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."
edition = "2021"
license-file = "LICENSE"
name = "raw_struct_derive"
publish = true
readme = false
repository = "https://github.com/WolverinDEV/raw-struct"
version = "0.3.0"