- Refactored `InternalNode` initialization and parent-child relationships to improve clarity and safety. - made `InternalNode` `repr(C)` because I was stupid - Added `reparent` method to simplify node reparenting logic. - Introduced `as_leaf_non_null` for safer leaf node handling. - Updated test utilities to streamline insertion and debugging. - Added a new test case `promote_leaf` to validate leaf promotion logic. |
||
|---|---|---|
| .. | ||
| 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 | ||