mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-15 17:03:59 +00:00
6 lines
68 B
Rust
6 lines
68 B
Rust
mod create;
|
|
mod delete;
|
|
mod list;
|
|
mod read;
|
|
mod remove;
|
|
mod update;
|