By definition trees contain zero cycles. The `Index` implements `Copy`, and the documentation mentions "cycles". This crate implements a directed graph. If you'd like to restrict `vec-tree` to trees, make the `Index` non-Copy.