conflate_derive

Crates.ioconflate_derive
lib.rsconflate_derive
version0.2.0
sourcesrc
created_at2024-09-26 12:30:43.864751
updated_at2024-09-26 12:30:43.864751
descriptionDerive macro for the conflate::Merge trait
homepagehttps://github.com/rustic-rs/conflate
repositoryhttps://github.com/rustic-rs/conflate/tree/main/crates/conflate_derive
max_upload_size
id1387442
size22,553
(simonsan)

documentation

https://docs.rs/conflate_derive

README

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 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.

Commit count: 75

cargo fmt