lemmy/crates/api_crud/src/lib.rs
Nutomic 27be1efb74
Rewrite remaining federation actions, get rid of PerformCrud trait (#3794)
* Rewrite ban actions

* Rewrite delete/remove actions

* Rewrite remove/delete community

* Rewrite report actions

* Rewrite feature/lock post

* Rewrite update community actions

* Rewrite remaining federation actions

* Get rid of PerformCrud trait

* clippy
2023-08-02 12:52:41 -04:00

8 lines
125 B
Rust

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