- Introduced `into_value_mut` for mutable value access in `Handle` - Added `into_subtree` for converting OccupiedEntries into mutable subtrees - Refactored `SubtreeMut` into a generic `Subtree` supporting borrow types - Implemented `get_subtree` and `get_subtree_mut` for subtree traversal - Updated `Tree` to use the new `Subtree` abstraction |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| rust-toolchain | ||