- 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 |
||
|---|---|---|
| .. | ||
| atomic.rs | ||
| bytes.rs | ||
| cachepadded.rs | ||
| drop_guard.rs | ||
| iter.rs | ||
| lib.rs | ||
| mem.rs | ||
| option.rs | ||
| ptr.rs | ||
| rand.rs | ||
| smallbox.rs | ||
| sync.rs | ||
| tree.rs | ||
| util.rs | ||