astreams: Merge core and extended into activitystreams

This commit is contained in:
Steffo 2024-12-17 10:30:28 +01:00
parent e47fdd9bf1
commit ea9f372229
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
4 changed files with 7 additions and 15 deletions

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 extended;
pub mod activitystreams;
pub mod mastodon;
pub mod miajetzt;
pub mod litepub;