Add iteration of space children; simplify space child event fetcher.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-10-07 18:11:35 +00:00
parent 5c61b4d4a3
commit 155af0fda3
2 changed files with 48 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
#![type_length_limit = "24576"]
#![type_length_limit = "98304"]
#![allow(refining_impl_trait)]
mod manager;