3 stable releases
3.0.0 | Dec 24, 2020 |
---|---|
2.0.0 | Dec 24, 2019 |
1.0.0 | Dec 23, 2018 |
#62 in #specs
Used in component_group
12KB
235 lines
component_group_derive
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.
lib.rs
:
The custom derive for the ComponentGroup
trait is defined in this crate. There is no need to
depend on this crate because its contents are automatically re-exported by the
component_group
crate. See the documentation of that crate for more information.
Dependencies
~1.5MB
~35K SLoC