Skip to main content

extract_key_info

Function extract_key_info 

Source
pub fn extract_key_info(text: &str, max_lines: usize) -> String
Expand description

Extract key information from text (first N lines, keywords, etc.)

Useful for command output, file content, etc.