1<!---
2Copyright (C) 2020 Robin Krahl <[email protected]>
3SPDX-License-Identifier: CC0-1.0
4-->
5
6# merge-derive-rs
7
8This crate provides a derive macro for the `merge::Merge` crate.  See the
9[`merge`][] crate for more information.
10
11[`merge`]: https://lib.rs/crates/merge
12