Collection of utilities in Rust.
Go to file
Janis affa52ba73 feat(tree): add mutable subtree access and traversal methods
- 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
2025-08-11 22:43:34 +02:00
src feat(tree): add mutable subtree access and traversal methods 2025-08-11 22:43:34 +02:00
.gitignore simple atomic lock 2025-07-02 22:37:56 +02:00
Cargo.lock u32,u64,u16 conversion functions, sync queue, random utilities 2025-08-06 22:51:27 +02:00
Cargo.toml feat(Cargo): add nightly feature to default configuration 2025-08-08 00:33:00 +02:00
rust-toolchain simple atomic lock 2025-07-02 22:37:56 +02:00