utils: add RangeSet early implementation based on RBTree

This commit is contained in:
2025-12-05 18:02:17 -08:00
parent 2158b8cf35
commit 324923b284
6 changed files with 168 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "grid"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]