1 unstable release
Uses old Rust 2015
0.1.0 | Aug 5, 2018 |
---|
#29 in #fixed-length
Used in struct_gen
5KB
struct_gen
A helper library for the struct_gen crate.
Goals
Outlined in the milestone/issues section.
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
lib.rs
:
struct_gen_derive
struct_gen_derive is a dependency of struct_gen that implements the Zero
trait for fixed-length arrays over an enum of types
Out of context of struct_gen, it is pretty useless.
Dependencies
~0.4–0.8MB
~19K SLoC