lemmy/crates/db_schema/src/aggregates/mod.rs

11 lines
277 B
Rust

#[cfg(feature = "full")]
pub mod comment_aggregates;
#[cfg(feature = "full")]
pub mod community_aggregates;
#[cfg(feature = "full")]
pub mod person_aggregates;
#[cfg(feature = "full")]
pub mod post_aggregates;
#[cfg(feature = "full")]
pub mod site_aggregates;
pub mod structs;