Crates.io | component_group_derive |
lib.rs | component_group_derive |
version | 3.0.0 |
source | src |
created_at | 2018-12-23 22:49:27.633546 |
updated_at | 2020-12-24 03:54:45.828635 |
description | Automatic derive for the ComponentGroup trait |
homepage | |
repository | https://github.com/sunjay/component_group |
max_upload_size | |
id | 103535 |
size | 11,871 |
This crate provides the custom derive macro that allows you to automatically
derive the ComponentGroup
trait.
See the documentation for more details about the motivations for creating this trait and how to use it.