From 488f114a45f65eb60589b1865f7c5b82cea50609 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 30 Jul 2019 17:02:05 -0500 Subject: [PATCH] Add matrix link --- README.md | 4 ++++ activitystreams-derive/README.md | 4 ++++ activitystreams-traits/README.md | 4 ++++ activitystreams-types/README.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/README.md b/README.md index bca9895..81deb59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # ActivityStreams __A set of Traits and Types that make up the Activity Streams specification__ +- [Read the documentation on docs.rs](https://docs.rs/activitystreams) +- [Find the crate on crates.io](https://crates.io/crates/activitystreams) +- [Join the discussion on Matrix](https://matrix.to/#/!fAEcHyTUdAaKCzIKCt:asonix.dog?via=asonix.dog) + ## Usage ### Basic usage diff --git a/activitystreams-derive/README.md b/activitystreams-derive/README.md index 980e9d6..fe018ae 100644 --- a/activitystreams-derive/README.md +++ b/activitystreams-derive/README.md @@ -1,6 +1,10 @@ # ActivityStreams Derive __derive macros for ActivityStreams__ +- [Read the documentation on docs.rs](https://docs.rs/activitystreams-derive) +- [Find the crate on crates.io](https://crates.io/crates/activitystreams-derive) +- [Join the discussion on Matrix](https://matrix.to/#/!fAEcHyTUdAaKCzIKCt:asonix.dog?via=asonix.dog) + ## Usage Add the required crates to your `Cargo.toml` ```toml diff --git a/activitystreams-traits/README.md b/activitystreams-traits/README.md index 03d1d4b..ed7b451 100644 --- a/activitystreams-traits/README.md +++ b/activitystreams-traits/README.md @@ -1,6 +1,10 @@ # ActivityStreams Traits __Traits for Activity Streams__ +- [Read the documentation on docs.rs](https://docs.rs/activitystreams-traits) +- [Find the crate on crates.io](https://crates.io/crates/activitystreams-traits) +- [Join the discussion on Matrix](https://matrix.to/#/!fAEcHyTUdAaKCzIKCt:asonix.dog?via=asonix.dog) + These traits don't provide any functionality other than anotations for types created in other projects. See the `activitystreams-types` crate for examples of how these traits could be used. diff --git a/activitystreams-types/README.md b/activitystreams-types/README.md index 2cdc705..d145891 100644 --- a/activitystreams-types/README.md +++ b/activitystreams-types/README.md @@ -1,6 +1,10 @@ # ActivityStreams Types __A base set of types from the Activity Streams specification.__ +- [Read the documentation on docs.rs](https://docs.rs/activitystreams-types) +- [Find the crate on crates.io](https://crates.io/crates/activitystreams-types) +- [Join the discussion on Matrix](https://matrix.to/#/!fAEcHyTUdAaKCzIKCt:asonix.dog?via=asonix.dog) + ## Usage First, add the crate to your cargo.toml ```toml