rgpui 1.3.0

GUI UI framework
Documentation
1
2
3
//! 有序树数据结构:基于 B-tree 的有序集合,支持范围查询与增量聚合。

pub use crate::util::sum_tree::*;