assert_has_field 0.1.3

A Rust macro for checking if a struct has a specific field.
Documentation
[dependencies]

[lib]
name = "assert_has_field"
path = "src/lib.rs"

[package]
authors = ["Dmitrii Demenev <dmitrii@searchless.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::testing", "no-std", "no-std::no-alloc", "rust-patterns"]
description = "A Rust macro for checking if a struct has a specific field."
documentation = "https://docs.rs/assert_has_field"
edition = "2024"
keywords = ["macro", "assert", "field", "type"]
license = "MIT OR Apache-2.0"
name = "assert_has_field"
readme = "README.md"
repository = "https://github.com/JohnScience/assert_has_field"
version = "0.1.3"