Expand description
§srcsearch
srcsearch indexes Rust source and Markdown documentation, and supports
full-text lookup over indexed content through Tantivy.
§Typical workflow
- Build records with
index_project(orindex_targetfor incremental work). - Persist results via
write_jsonorwrite_tantivy_index. - Query with
search_tantivy_index.
See the project README for CLI examples and end-to-end usage.
Structs§
Enums§
Functions§
- collect_
files - get_
tantivy_ doc_ field - index_
project - index_
target - search_
tantivy_ index - update_
tantivy_ index - write_
json - write_
tantivy_ index