From 58c1289760e703e0c4ff17010fd6b5762c8461e1 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:44:14 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c4a5362..c750993 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,21 @@ SPDX-License-Identifier: CC0-1.0 # merge The `merge` crate provides the `Merge` trait that can be used to merge multiple -values into one: +values into one. + +## Contact + +You can ask questions in the +[Discussions](https://github.com/rustic-rs/rustic/discussions) or have a look at +the [FAQ](https://rustic.cli.rs/docs/FAQ.html). + +| Contact | Where? | +| ------------- | --------------------------------------------------------------------------------------------------------------- | +| Issue Tracker | [GitHub Issues](https://github.com/rustic-rs/merge/issues/choose) | +| Discord | [![Discord](https://dcbadge.vercel.app/api/server/WRUWENZnzQ?style=flat-square)](https://discord.gg/WRUWENZnzQ) | +| Discussions | [GitHub Discussions](https://github.com/rustic-rs/rustic/discussions) | + +## Usage ```rust trait Merge { @@ -86,21 +100,6 @@ version of Rust. In general, this crate will be conservative with respect to the minimum supported version of Rust. -## Contact - -For bug reports, patches, feature requests and other messages, please send a -mail to [~ireas/public-inbox@lists.sr.ht][~ireas/public-inbox@lists.sr.ht] -([archive][archive]) using the `[merge-rs]` prefix in the subject. - -You can submit patches using [`git send-email`][`git send-email`], for example: - -``` -git send-email --to=~ireas/public-inbox@lists.sr.ht --subject-prefix="PATCH merge-rs" -``` - -Please prefix the subject with `PATCH merge-rs` so that CI will be automatically -run. - ## License This project is dual-licensed under the [Apache-2.0][Apache-2.0] and [MIT][MIT] From 7a50be44a4ddff63be8319794992b83593bd5db1 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:44:48 +0200 Subject: [PATCH 2/3] Update README.md --- crates/merge/README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/crates/merge/README.md b/crates/merge/README.md index c4a5362..b3a1cac 100644 --- a/crates/merge/README.md +++ b/crates/merge/README.md @@ -6,7 +6,22 @@ SPDX-License-Identifier: CC0-1.0 # merge The `merge` crate provides the `Merge` trait that can be used to merge multiple -values into one: +values into one. + + +## Contact + +You can ask questions in the +[Discussions](https://github.com/rustic-rs/rustic/discussions) or have a look at +the [FAQ](https://rustic.cli.rs/docs/FAQ.html). + +| Contact | Where? | +| ------------- | --------------------------------------------------------------------------------------------------------------- | +| Issue Tracker | [GitHub Issues](https://github.com/rustic-rs/merge/issues/choose) | +| Discord | [![Discord](https://dcbadge.vercel.app/api/server/WRUWENZnzQ?style=flat-square)](https://discord.gg/WRUWENZnzQ) | +| Discussions | [GitHub Discussions](https://github.com/rustic-rs/rustic/discussions) | + +## Usage ```rust trait Merge { @@ -86,21 +101,6 @@ version of Rust. In general, this crate will be conservative with respect to the minimum supported version of Rust. -## Contact - -For bug reports, patches, feature requests and other messages, please send a -mail to [~ireas/public-inbox@lists.sr.ht][~ireas/public-inbox@lists.sr.ht] -([archive][archive]) using the `[merge-rs]` prefix in the subject. - -You can submit patches using [`git send-email`][`git send-email`], for example: - -``` -git send-email --to=~ireas/public-inbox@lists.sr.ht --subject-prefix="PATCH merge-rs" -``` - -Please prefix the subject with `PATCH merge-rs` so that CI will be automatically -run. - ## License This project is dual-licensed under the [Apache-2.0][Apache-2.0] and [MIT][MIT] From 74bc74565d607ff0535072d3c44145ab8156755d Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:45:11 +0200 Subject: [PATCH 3/3] Update README.md --- crates/merge_derive/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/crates/merge_derive/README.md b/crates/merge_derive/README.md index 067ff51..7410dd6 100644 --- a/crates/merge_derive/README.md +++ b/crates/merge_derive/README.md @@ -8,6 +8,18 @@ SPDX-License-Identifier: CC0-1.0 This crate provides a derive macro for the `merge::Merge` crate. See the [`merge`][`merge`] crate for more information. +## Contact + +You can ask questions in the +[Discussions](https://github.com/rustic-rs/rustic/discussions) or have a look at +the [FAQ](https://rustic.cli.rs/docs/FAQ.html). + +| Contact | Where? | +| ------------- | --------------------------------------------------------------------------------------------------------------- | +| Issue Tracker | [GitHub Issues](https://github.com/rustic-rs/merge/issues/choose) | +| Discord | [![Discord](https://dcbadge.vercel.app/api/server/WRUWENZnzQ?style=flat-square)](https://discord.gg/WRUWENZnzQ) | +| Discussions | [GitHub Discussions](https://github.com/rustic-rs/rustic/discussions) | + ## Minimum Rust version policy This crate's minimum supported `rustc` version is `1.64.0`.