lib.rs
LOUDS. This crate provides a succinct data structure called LOUDS (level order unary degree sequence). LOUDS represents an ordered tree structure and supports almost constant-time tree traversal operations. In LOUDS, a tree structure containing n nodes is repsresented as a bit sequence of length 2n + 1.