rust-key-paths 2.9.4

Keypaths for Rust: Static dispatch implementation (rust-keypaths) and legacy dynamic dispatch (key-paths-core). Type-safe, composable access to nested data structures.
Documentation
1
2
3
4
5
// src/prelude.rs
pub use crate::CoercionTrait;
pub use crate::Kp;
pub use crate::KpTrait;
pub use crate::KpType;