assert_size 0.2.0

A macro to assert that a type has a specific size at compile time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "assert_size"
version = "0.2.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "A macro to assert that a type has a specific size at compile time"
repository = "https://github.com/skycloudd/assert_size"
categories = ["no-std", "no-std::no-alloc", "development-tools::debugging"]
keywords = ["no_std", "macro", "sizeof", "compile-time", "assert"]
readme = "README.md"
exclude = [".github"]

[dependencies]