12 lines
173 B
Rust
12 lines
173 B
Rust
|
//!
|
||
|
//! # Specification
|
||
|
//!
|
||
|
//! - <https://www.w3.org/TR/activitystreams-vocabulary/>
|
||
|
|
||
|
pub mod core;
|
||
|
pub mod extended;
|
||
|
|
||
|
pub mod mastodon;
|
||
|
pub mod miajetzt;
|
||
|
pub mod litepub;
|