astreams
: Update structure
This commit is contained in:
parent
949da91cb7
commit
f4ed66b42f
7 changed files with 12 additions and 9 deletions
|
@ -3,4 +3,4 @@
|
||||||
//! # Specification
|
//! # Specification
|
||||||
//!
|
//!
|
||||||
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#types>
|
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#types>
|
||||||
|
//!
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//! # Specification
|
//! # Specification
|
||||||
//!
|
//!
|
||||||
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#extendedtypes>
|
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#extendedtypes>
|
||||||
|
//!
|
||||||
|
|
6
acrate_astreams/src/lemmy.rs
Normal file
6
acrate_astreams/src/lemmy.rs
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
//! Struct definitions for Lemmy's Extension Types.
|
||||||
|
//!
|
||||||
|
//! # Specification
|
||||||
|
//!
|
||||||
|
//! - <https://join-lemmy.org/docs/contributors/05-federation.html>
|
||||||
|
//!
|
|
@ -1,7 +1,3 @@
|
||||||
//!
|
|
||||||
//! # Specification
|
|
||||||
//!
|
|
||||||
//! - <https://www.w3.org/TR/activitystreams-vocabulary/>
|
|
||||||
|
|
||||||
pub mod core;
|
pub mod core;
|
||||||
pub mod extended;
|
pub mod extended;
|
||||||
|
@ -9,3 +5,4 @@ pub mod extended;
|
||||||
pub mod mastodon;
|
pub mod mastodon;
|
||||||
pub mod miajetzt;
|
pub mod miajetzt;
|
||||||
pub mod litepub;
|
pub mod litepub;
|
||||||
|
pub mod lemmy;
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//! # Specification
|
//! # Specification
|
||||||
//!
|
//!
|
||||||
//! - <https://docs.akkoma.dev/develop/development/ap_extensions/>
|
//! - <https://docs.akkoma.dev/develop/development/ap_extensions/>
|
||||||
|
//!
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//! # Specification
|
//! # Specification
|
||||||
//!
|
//!
|
||||||
//! - <https://docs.joinmastodon.org/spec/activitypub/#contexts>
|
//! - <https://docs.joinmastodon.org/spec/activitypub/#contexts>
|
||||||
|
//!
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
//! # Specification
|
//! # Specification
|
||||||
//!
|
//!
|
||||||
//! - <https://ns.mia.jetzt/as/>
|
//! - <https://ns.mia.jetzt/as/>
|
||||||
|
//!
|
||||||
|
|
Loading…
Reference in a new issue