#merge #layer #join #helper

type-weave

Helpers for joining custom data types

2 unstable releases

0.3.0 Oct 31, 2023
0.2.0 Oct 31, 2023
0.1.0 Oct 30, 2023

#45 in #join

MIT license

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.

Documentation


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

~110KB