cursive-tree 0.0.9

Tree view for the Cursive TUI library
Documentation
1
2
3
4
use std::collections::*;

/// Tree node path.
pub type NodePath = VecDeque<usize>;