Crates.io | struct_gen |
lib.rs | struct_gen |
version | 0.1.1 |
source | src |
created_at | 2018-07-31 04:48:18.357791 |
updated_at | 2018-08-05 17:24:15.482341 |
description | Automagically generate structs. |
homepage | |
repository | https://github.com/robertDurst/struct_gen |
max_upload_size | |
id | 76749 |
size | 12,752 |
A macro based tool for automagically generating structs.
Outlined in the milestone/issues section.
std::vec::Vec
)Zero
trait (a bit hackish at the moment)
struct_gen_derive
herestruct_gen!
and impl_zero!
macrosZero
trait for definition of zero-or-override method on types