key-paths-core 1.6.0

Keypaths, ReadableKeyPath, WritableKeyPath and EnumKeypath for struct and enums in Rust.
Documentation
1
2
3
4
5
6
7
8
# 🔑 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