Niklas
Niklas
I think this would be very useful.
Do you really need to build dino yourself in this case or could you just add the repository?
oh, yes, this looks interesting (if it worked :upside_down_face:)
Oh, I do have the end tag somewhere. :)
Oh, yes, I missed that while rebasing.
Hm, I'm talking about UEFI and the default allocator: When I create boxes for the tags, they'll get put somewhere on the heap. This might be inside an existing memory...
Huh, I don't know? The struct does need to be mutable for these methods to be called, but I'm not sure that's enough.
Sure, just ping me when I should rebase.
So, this works, but it really moves the `mut` through the whole codebase and I'm not happy about it. Edit: It's somehow usable, but the lifetimes of the `_mut` methods...