Expand description
Utilities module - Common utility functions for text processing and topic extraction
Re-exports§
pub use file_processor::extract_file_content;pub use file_processor::extract_content_from_bytes;pub use file_processor::estimate_tokens;pub use file_processor::truncate_to_budget;pub use file_processor::is_extraction_sentinel;pub use text_utils::TextUtils;pub use topic_extractor::TopicExtractor;
Modules§
- file_
processor - text_
utils - Efficient text processing utilities
- topic_
extractor - Common topic extraction utilities