Extensions to the `Box` type
Custom Derive for the `boxext::Zero` trait
Helper trait to help create large struct on heap directly
vector utilities
A library for rust to provide ways to emplace dynamic sized type
A GTK and libadwaita state association library
"Wait why did I put a `*` in front of that variable yesterday?" - If `var` is a Box, use `var.unbox_ref()` instead of `&*var` for better readability.