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

6 lines
58 B
Rust
Raw Normal View History

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