Skip to content

Commit 6256101

Browse files
committed
misc: updated README.MD
1 parent d9c641b commit 6256101

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.MD

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66
[github build status]: https://github.com/WolverinDEV/raw-struct/workflows/Rust/badge.svg?branch=master
77
[actions]: https://github.com/WolverinDEV/raw-struct/actions?query=workflow%3ARust
88

9-
`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. This crate has support for `no_std` environments.
9+
`raw_struct` is a Rust procedural macro for easily declaring C-style structs that reference local or external memory, based on your memory implementation.
10+
It generates appropiate getter methods for easy access.
11+
This crate has support for `no_std` environments.
12+
13+
## Features
14+
15+
Supported features:
16+
17+
- Zero overhead memory access
18+
- Dynamic member offsets
19+
- Generic parameters on structs including dynamic memory layout (see dyn_memory example)
1020

1121
## Usage
1222

0 commit comments

Comments
 (0)