rust-keypaths 1.0.6

A static dispatch, faster alternative to rust-key-paths - Type-safe, composable keypaths for Rust with superior performance
Documentation
[[bench]]
harness = false
name = "deeply_nested"
path = "benches/deeply_nested.rs"

[dependencies.parking_lot]
optional = true
version = "0.12"

[dependencies.tagged-core]
optional = true
version = "1.0.1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[[example]]
name = "containers"
path = "examples/containers.rs"

[[example]]
name = "deeply_nested"
path = "examples/deeply_nested.rs"

[[example]]
name = "locks_and_tagged"
path = "examples/locks_and_tagged.rs"

[[example]]
name = "partial_and_any_keypaths"
path = "examples/partial_and_any_keypaths.rs"

[[example]]
name = "writable_containers"
path = "examples/writable_containers.rs"

[features]
default = []
parking_lot = ["dep:parking_lot"]
tagged = ["dep:tagged-core"]

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

[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "A static dispatch, faster alternative to rust-key-paths - Type-safe, composable keypaths for Rust with superior performance"
edition = "2024"
keywords = ["keypath", "type-safe", "composable", "static-dispatch", "zero-cost"]
license = "MIT OR Apache-2.0"
name = "rust-keypaths"
readme = "README.md"
repository = "https://github.com/akashsoni01/rust-key-paths"
version = "1.0.6"