mirror of
https://git.asonix.dog/asonix/activitystreams.git
synced 2024-11-14 14:21:12 +00:00
Add matrix link
This commit is contained in:
parent
6e5cfa3043
commit
488f114a45
4 changed files with 16 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue