broot 1.56.0

File browser and launcher
Documentation
1
2
3
4
use smallvec::SmallVec;

/// a vector of indexes of the matching characters (not bytes)
pub type Pos = SmallVec<[usize; 8]>;