https://github.com/robertdurst/struct_gen_derive
A helper library for the struct_gen crate.
https://github.com/robertdurst/struct_gen_derive
Last synced: 10 months ago
JSON representation
A helper library for the struct_gen crate.
- Host: GitHub
- URL: https://github.com/robertdurst/struct_gen_derive
- Owner: robertDurst
- License: mit
- Created: 2018-08-05T17:15:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-05T17:16:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T23:29:29.781Z (over 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# struct_gen
[](https://crates.io/crates/struct_gen_derive)
A helper library for the [struct_gen](https://github.com/robertDurst/struct_gen) crate.
## Goals
Outlined in the milestone/issues [section](https://github.com/robertDurst/struct_gen_derive/issues).
## Changelog
* 0.1.0 - August 5, 2018
* Minimum viable crate
* Ability to generate code for `impl_zero` on multiple types and multiple sizes for fixed-length arrays via a custom derive defined over an enum