field_path 0.4.1

Type-safe, no-std field access and reflection utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "field_path"

description = "Type-safe, no-std field access and reflection utilities."

version = "0.4.1"

edition = "2024"

license = "MIT OR Apache-2.0"

repository = "https://github.com/voxell-tech/field_path"

readme = "README.md"

exclude = ["/assets/", "/.github/", "/examples/"]

keywords = ["macro", "field", "path", "accessor", "registry"]

categories = ["no-std", "rust-patterns"]