key-paths-core

Crates.iokey-paths-core
lib.rskey-paths-core
version1.7.0
created_at2025-08-24 14:07:15.05046+00
updated_at2025-11-23 08:41:19.393861+00
descriptionKeypaths, ReadableKeyPath, WritableKeyPath and EnumKeypath for struct and enums in Rust.
homepagehttps://github.com/codefonsi/rust-key-paths
repositoryhttps://github.com/codefonsi/rust-key-paths
max_upload_size
id1808388
size136,177
codefonsi (codefonsi)

documentation

https://docs.rs/rust-key-paths

README

🔑 KeyPaths & CasePaths in Rust

Key paths and case paths provide a safe, composable way to access and modify nested data in Rust. Inspired by Swift’s KeyPath / CasePath system, this feature rich crate lets you work with struct fields and enum variants as first-class values.

📜 License

  • Mozilla Public License 2.0
Commit count: 421

cargo fmt