lemmy/crates/api_crud/src
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
..
comment Change to_apub and from_apub to take by value and avoid cloning 2021-11-06 14:47:58 +01:00
community Change to_apub and from_apub to take by value and avoid cloning 2021-11-06 14:47:58 +01:00
post Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
private_message Change to_apub and from_apub to take by value and avoid cloning 2021-11-06 14:47:58 +01:00
site Merge crates db_schema and db_queries 2021-10-20 12:28:08 +02:00
user Move ObjectId to library 2021-11-05 21:37:46 +01:00
lib.rs Running clippy --fix (#1647) 2021-07-05 16:07:26 +00:00