lemmy/crates/api_crud/src/post
Felix Ableitner 8ea21c39b7 Reduce stack memory usage in apub code
- use our own, smaller Endpoints struct
- wrap ObjectId.url in Box
- adjust usage of Box in different places
2021-11-06 14:53:39 +01:00
..
create.rs Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
delete.rs Check if post or comment are deleted first. Fixes #1864 (#1867) 2021-11-03 17:47:24 +00:00
mod.rs Split api crate into api_structs and api 2021-03-25 20:19:40 +01:00
read.rs Fix problem that prevented viewing of pleroma user profiles 2021-10-29 12:45:53 +02:00
update.rs Change to_apub and from_apub to take by value and avoid cloning 2021-11-06 14:47:58 +01:00