pub type NodeHashMap = BTreeMap<usize, u64>;
A map of hashes for each node to detect changes in content like text.
pub struct NodeHashMap { /* private fields */ }