Add matrix link

This commit is contained in:
asonix 2019-07-30 17:02:05 -05:00
parent 6e5cfa3043
commit 488f114a45
4 changed files with 16 additions and 0 deletions

View file

@ -1,6 +1,10 @@
# ActivityStreams # ActivityStreams
__A set of Traits and Types that make up the Activity Streams specification__ __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 ## Usage
### Basic usage ### Basic usage

View file

@ -1,6 +1,10 @@
# ActivityStreams Derive # ActivityStreams Derive
__derive macros for ActivityStreams__ __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 ## Usage
Add the required crates to your `Cargo.toml` Add the required crates to your `Cargo.toml`
```toml ```toml

View file

@ -1,6 +1,10 @@
# ActivityStreams Traits # ActivityStreams Traits
__Traits for Activity Streams__ __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 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. projects. See the `activitystreams-types` crate for examples of how these traits could be used.

View file

@ -1,6 +1,10 @@
# ActivityStreams Types # ActivityStreams Types
__A base set of types from the Activity Streams specification.__ __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 ## Usage
First, add the crate to your cargo.toml First, add the crate to your cargo.toml
```toml ```toml