2 unstable releases
0.3.0 | Oct 31, 2023 |
---|---|
0.2.0 |
|
0.1.0 | Oct 30, 2023 |
#68 in #join
4KB
type-weave
A library for merging layered data.
This crate is primarily intended for helping with configuration, as multiple instances of a struct may need to be joined in a layered fashion.
lib.rs
:
A library for merging layered data.
This crate is primarily intended for helping with configuration, as multiple instances of a struct may need to be joined in a layered fashion.
See Weave
for more information on its usage and default type implementations.
Features
The derive
feature (enabled by default) adds a derive macro for Weave
,
which implements the trait for structs entirely composed of fields that
also implement the trait.
Dependencies
~105KB