mem_macros 1.0.1

align_of and size_of as a macro, to avoid turbofish notation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mem_macros"
version = "1.0.1"
authors = ["Konrad Borowski <konrad@borowski.pw>"]
repository = "https://gitlab.com/KonradBorowski/mem_macros"
license = "MIT OR Apache-2.0"
description = "align_of and size_of as a macro, to avoid turbofish notation"
keywords = ["no_std"]
categories = ["memory-management", "no-std", "rust-patterns"]
documentation = "https://docs.rs/mem_macros"
readme = "README.md"

[badges]
gitlab = { repository = "KonradBorowski/mem_macros" }
maintenance = { status = "deprecated" }