lemmy/crates/apub/src/protocol/objects
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
..
chat_message.rs Move ObjectId to library 2021-11-05 21:37:46 +01:00
group.rs Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
mod.rs Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
note.rs Move ObjectId to library 2021-11-05 21:37:46 +01:00
page.rs Move ObjectId to library 2021-11-05 21:37:46 +01:00
person.rs Reduce stack memory usage in apub code 2021-11-06 14:53:39 +01:00
tombstone.rs Move object and collection structs to protocol folder 2021-10-29 12:50:32 +02:00