Crates.io | conflate_derive |
lib.rs | conflate_derive |
version | 0.2.0 |
source | src |
created_at | 2024-09-26 12:30:43.864751 |
updated_at | 2024-09-26 12:30:43.864751 |
description | Derive macro for the conflate::Merge trait |
homepage | https://github.com/rustic-rs/conflate |
repository | https://github.com/rustic-rs/conflate/tree/main/crates/conflate_derive |
max_upload_size | |
id | 1387442 |
size | 22,553 |
This crate provides a derive macro for the conflate::Merge
crate. See the
conflate
crate for more information.
You can ask questions in the Discussions or have a look at the FAQ.
Contact | Where? |
---|---|
Issue Tracker | GitHub Issues |
Discord | |
Discussions | GitHub Discussions |
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.
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.
This project is based on the awesome merge crate by Robin Krahl.