activitypub_federation 0.6.5

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

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