You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/api_crud/src/lib.rs

9 lines
142 B
Rust

pub mod comment;
pub mod community;
pub mod custom_emoji;
pub mod post;
pub mod private_message;
pub mod site;
pub mod tagline;
pub mod user;