WIP: Create apub_inbox crate #8

Draft
steffo wants to merge 40 commits from feature/apub-inbox into main
4 changed files with 7 additions and 15 deletions
Showing only changes of commit ea9f372229 - Show all commits

View file

@ -0,0 +1,6 @@
//! Struct definitions for ActivityStreams Core and Extended Types.
//!
//! # Specification
//!
//! - <https://www.w3.org/TR/activitystreams-vocabulary/>
//!

View file

@ -1,6 +0,0 @@
//! Struct definitions for ActivityStreams Core Types.
//!
//! # Specification
//!
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#types>
//!

View file

@ -1,6 +0,0 @@
//! Struct definitions for ActivityStreams Extended Types.
//!
//! # Specification
//!
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#extendedtypes>
//!

View file

@ -1,7 +1,5 @@
pub mod core; pub mod activitystreams;
pub mod extended;
pub mod mastodon; pub mod mastodon;
pub mod miajetzt; pub mod miajetzt;
pub mod litepub; pub mod litepub;