#![deny(missing_docs)]//! Implementation of the ID-Tree data structure from:
//! *“Constant-time Connectivity Querying in Dynamic Graphs”* (ACM, 2024).
moddndtree;pubusecrate::dndtree::DNDTree;/// C++ bindings to reference implementation
pubmodbridge;