mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-04 10:11:21 +00:00
5 lines
58 B
Rust
5 lines
58 B
Rust
mod create;
|
|
mod delete;
|
|
mod read;
|
|
mod remove;
|
|
mod update;
|