// #![forbid(unsafe_code)]
#![deny(missing_docs)]//! Implementation of the ID-Tree data structure from:
//! *“Constant-time Connectivity Querying in Dynamic Graphs”* (ACM, 2024).
modidtree;#[cfg(feature ="python")]modpython;pubusecrate::idtree::IDTree;/// Bridge between C++ and Rust
pubmodbridge;