summaryrefslogtreecommitdiff
path: root/rust/kernel/rbtree.rs
AgeCommit message (Expand)AuthorFilesLines
2024-09-04rust: avoid `box_uninit_write` featureMiguel Ojeda1-9/+8
2024-08-31rust: rbtree: add `RBTree::entry`Alice Ryhl1-75/+230
2024-08-31rust: rbtree: add cursorMatt Gilbride1-0/+523
2024-08-31rust: rbtree: add mutable iteratorWedson Almeida Filho1-14/+89
2024-08-31rust: rbtree: add iteratorWedson Almeida Filho1-18/+112
2024-08-31rust: rbtree: add red-black tree implementation backed by the C versionWedson Almeida Filho1-0/+432