Collection of utilities in Rust.
Go to file
Janis e07e69a0c4 feat(tree): enhance tree structure with debug traits and new methods
- Add `Debug` implementations for tree-related structs and enums
- Introduce new methods for node manipulation, including `make_internal_node`
- Refactor `Tree::entry` to support key insertion and retrieval
- Improve internal node handling with enhanced parent-child link management
- Add test cases for tree operations and debug output
2025-08-08 20:57:02 +02:00
src feat(tree): enhance tree structure with debug traits and new methods 2025-08-08 20:57:02 +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