activitypub_federation 0.7.0-beta.10

High-level Activitypub framework
Documentation
1
2
3
4
5
6
7
8
//! Data structures which help to define federated messages

pub mod context;
pub mod helpers;
pub mod public_key;
pub mod tombstone;
pub mod values;
pub mod verification;