lemmy/crates/apub/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
..
activities Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
collections Change to_apub and from_apub to take by value and avoid cloning 2021-11-06 14:47:58 +01:00
fetcher Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
http Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
objects Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
protocol Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
activity_lists.rs Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
context.rs Move @context out of object/activity definitions 2021-10-29 12:50:32 +02:00
lib.rs Correctly use and document check_is_apub_id_valid() param use_strict_allowlist 2021-11-02 21:39:06 +01:00
migrations.rs Breaking apub changes (#1859) 2021-10-22 12:21:26 -04:00