field_path 0.3.0

Type-safe, no-std field access and reflection utilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "field_path"

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

version = "0.3.0"

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"]



[dependencies]

hashbrown = { version = "0.16", default-features = false, features = ["default-hasher", "inline-more"], optional = true }



[features]

default = ["registry"]

registry = ["dep:hashbrown"]