1 unstable release
0.2.0 | Sep 26, 2024 |
---|
#139 in #macros
2,332 downloads per month
Used in conflate
10KB
127 lines
conflate-derive
This crate provides a derive macro for the conflate::Merge
crate. See the
conflate
crate for more information.
Contact
You can ask questions in the Discussions or have a look at the FAQ.
Contact | Where? |
---|---|
Issue Tracker | GitHub Issues |
Discord | |
Discussions | GitHub Discussions |
Minimum Rust version policy
This crate's minimum supported rustc
version is 1.64.0
.
The current policy is that the minimum Rust version required to use this crate
can be increased in minor version updates. For example, if crate 1.0
requires
Rust 1.20.0, then crate 1.0.z
for all values of z
will also require Rust
1.20.0 or newer. However, crate 1.y
for y > 0
may require a newer minimum
version of Rust.
In general, this crate will be conservative with respect to the minimum supported version of Rust.
License
This project is dual-licensed under the Apache-2.0 and MIT
licenses. The documentation and configuration files contained in this repository
are licensed under the Creative Commons Zero license. You can find a copy
of the license texts in the LICENSES
directory.
conflate
complies with version 3.0 of the REUSE specification.
Credits
This project is based on the awesome merge crate by Robin Krahl.
Dependencies
~280–730KB
~17K SLoC