lemmy/crates/api_crud/src/community/mod.rs

5 lines
46 B
Rust
Raw Normal View History

mod create;
mod delete;
mod read;
mod update;