astreams
: Merge core and extended into activitystreams
This commit is contained in:
parent
e47fdd9bf1
commit
ea9f372229
4 changed files with 7 additions and 15 deletions
6
acrate_astreams/src/activitystreams.rs
Normal file
6
acrate_astreams/src/activitystreams.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
//! Struct definitions for ActivityStreams Core and Extended Types.
|
||||
//!
|
||||
//! # Specification
|
||||
//!
|
||||
//! - <https://www.w3.org/TR/activitystreams-vocabulary/>
|
||||
//!
|
|
@ -1,6 +0,0 @@
|
|||
//! Struct definitions for ActivityStreams Core Types.
|
||||
//!
|
||||
//! # Specification
|
||||
//!
|
||||
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#types>
|
||||
//!
|
|
@ -1,6 +0,0 @@
|
|||
//! Struct definitions for ActivityStreams Extended Types.
|
||||
//!
|
||||
//! # Specification
|
||||
//!
|
||||
//! - <https://www.w3.org/TR/activitystreams-vocabulary/#extendedtypes>
|
||||
//!
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
pub mod core;
|
||||
pub mod extended;
|
||||
|
||||
pub mod activitystreams;
|
||||
pub mod mastodon;
|
||||
pub mod miajetzt;
|
||||
pub mod litepub;
|
||||
|
|
Loading…
Reference in a new issue