You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/apub_lib/src/lib.rs

10 lines
197 B
Rust

pub mod activity_queue;
pub mod data;
pub mod object_id;
pub mod signatures;
pub mod traits;
pub mod values;
pub mod verify;
pub static APUB_JSON_CONTENT_TYPE: &str = "application/activity+json";