Generic ActivityPub protocol layer for Rust services. Wraps activitypub_federation and provides the plumbing that every AP-enabled service needs: actor management, inbox/outbox routing, follower tracking, WebFinger, NodeInfo, and HTTP signature handling.
Not domain-specific — no opinions about what your content type looks like.
New to ActivityPub?
Start with the ActivityPub Primer — a short conceptual introduction to actors, inboxes, follows, and federation before diving into the API.
Know ActivityPub, just need k-ap?
Jump straight to Installation and follow the funnel from there.