activitypub-federation-rust
activitypub-federation-rust copied to clipboard
Trait for collection
There are already traits for ApubObject
, ApubActor
and ActivityHandler
for ease of handling the respective Activitypub types. There should be a similar trait for collections, which helps with pagination in particular.
A basic trait is implemented in https://github.com/LemmyNet/activitypub-federation-rust/pull/29, however it doesnt support pagination. I never had to use collections much, so I hope someone with more direct experience can contribute a good abstraction.