- Introduced `SubtreeMut` for encapsulating mutable subtree operations - Simplified `Tree::entry` by delegating to `SubtreeMut::entry` - Removed redundant and commented-out code for clarity - Added `Handle::value_mut` for mutable access to node values |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| rust-toolchain | ||