treesearch 1.0.8

Structure-aware document search CLI. Fast keyword matching over hierarchical document trees.
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod document;
pub mod engine;
pub mod output;
pub mod parser;
pub mod scorer;
pub mod tokenizer;