mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-01-09 06:15:25 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
583fe3574d
2 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ edition = "2021"
|
||||||
description = "High-level Activitypub framework"
|
description = "High-level Activitypub framework"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
repository = "https://github.com/LemmyNet/activitypub-federation-rust"
|
repository = "https://github.com/LemmyNet/activitypub-federation-rust"
|
||||||
|
documentation = "https://docs.rs/activitypub_federation/"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["derive"]
|
members = ["derive"]
|
||||||
|
|
|
@ -16,7 +16,7 @@ A high-level framework for [ActivityPub](https://www.w3.org/TR/activitypub/) fed
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
To get started, have a look at the example. You can also find some [ActivityPub resources in the Lemmy documentation](https://join-lemmy.org/docs/en/contributing/resources.html#activitypub-resources). If anything is unclear, please open an issue for clarification. For a more advanced implementation, take a look at the [Lemmy federation code](https://github.com/LemmyNet/lemmy/tree/main/crates/apub).
|
To get started, have a look at the [API documentation](https://docs.rs/activitypub_federation/0.2.0/activitypub_federation/) and example code. You can also find some [ActivityPub resources in the Lemmy documentation](https://join-lemmy.org/docs/en/contributing/resources.html#activitypub-resources). If anything is unclear, please open an issue for clarification. For a more advanced implementation, take a look at the [Lemmy federation code](https://github.com/LemmyNet/lemmy/tree/main/crates/apub).
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue