Compile-time assertions to ensure that invariants are met, such as type sizes or alignment.
# Cargo.toml
[dependencies]
static_assertions = "1.1.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Asserts that two types have the same size at compile time.
No known issues recorded.
No dependency data recorded yet.