#notation #mem #macro #turbofish #no-std #size-of #align-of

已弃用 无需 std mem_macros

align_of 和 size_of 作为宏,以避免 turbofish 表示法

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

Download history • Rust 包仓库 13/week @ 2024-05-04 • Rust 包仓库 21/week @ 2024-05-11 • Rust 包仓库 23/week @ 2024-05-18 • Rust 包仓库 18/week @ 2024-05-25 • Rust 包仓库 53/week @ 2024-06-01 • Rust 包仓库 30/week @ 2024-06-08 • Rust 包仓库 28/week @ 2024-06-15 • Rust 包仓库 42/week @ 2024-06-22 • Rust 包仓库 11/week @ 2024-06-29 • Rust 包仓库 17/week @ 2024-07-06 • Rust 包仓库 15/week @ 2024-07-13 • Rust 包仓库 17/week @ 2024-07-20 • Rust 包仓库 107/week @ 2024-07-27 • Rust 包仓库 26/week @ 2024-08-03 • Rust 包仓库 9/week @ 2024-08-10 • Rust 包仓库 8/week @ 2024-08-17 • Rust 包仓库

每月下载量:151
4 个crate中使用(通过razy-importer

MIT/Apache

8KB

mem_macros

std::mem::size_ofstd::mem::align_of 作为宏,以避免 turbofish 表示法。

示例

#[macro_use]
extern crate mem_macros;
assert_eq!(1, size_of!(u8));

lib.rs:

align_ofsize_of 作为宏,以避免 turbofish 表示法

无运行时依赖