/// Wrapper for federated structs which handles `@context` field pub mod context; /// Serde deserialization functions which help to receive differently shaped data pub mod helpers; /// Struct which is used to federate actor key for HTTP signatures pub mod public_key; pub mod values; /// Verify that received data is valid pub mod verification;