The [static_assertions](https://docs.rs/static_assertions/0.2.4/static_assertions/) crate provides compile-time assertions. Consider whether we could benefit from them. Possible uses: - Assert that `T` has non-zero size in slab-alloc