5 个版本 (2 个稳定版)
使用旧的 Rust 2015
1.0.1 | 2022年1月27日 |
---|---|
1.0.0 | 2018年6月5日 |
0.1.2 | 2018年6月5日 |
0.1.1 | 2018年6月4日 |
0.1.0 | 2018年5月23日 |
#27 in #mem
每月下载量:151
在 4 个crate中使用(通过razy-importer)
8KB
mem_macros
std::mem::size_of
和 std::mem::align_of
作为宏,以避免 turbofish 表示法。
示例
#[macro_use]
extern crate mem_macros;
assert_eq!(1, size_of!(u8));
lib.rs
:
align_of
和 size_of
作为宏,以避免 turbofish 表示法