astreams: Update structure

This commit is contained in:
Steffo 2024-12-17 08:39:12 +01:00
parent 949da91cb7
commit f4ed66b42f
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
7 changed files with 12 additions and 9 deletions

View file

@ -3,4 +3,4 @@
//! # Specification
//!
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#types>
//!

View file

@ -3,4 +3,4 @@
//! # Specification
//!
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#extendedtypes>
//!

View file

@ -0,0 +1,6 @@
//! Struct definitions for Lemmy's Extension Types.
//!
//! # Specification
//!
//! - <https://join-lemmy.org/docs/contributors/05-federation.html>
//!

View file

@ -1,7 +1,3 @@
//!
//! # Specification
//!
//! - <https://www.w3.org/TR/activitystreams-vocabulary/>
pub mod core;
pub mod extended;
@ -9,3 +5,4 @@ pub mod extended;
pub mod mastodon;
pub mod miajetzt;
pub mod litepub;
pub mod lemmy;

View file

@ -3,4 +3,4 @@
//! # Specification
//!
//! - <https://docs.akkoma.dev/develop/development/ap_extensions/>
//!

View file

@ -3,4 +3,4 @@
//! # Specification
//!
//! - <https://docs.joinmastodon.org/spec/activitypub/#contexts>
//!

View file

@ -3,4 +3,4 @@
//! # Specification
//!
//! - <https://ns.mia.jetzt/as/>
//!