SYMBOL INDEX (10 symbols across 2 files) FILE: src/main.rs constant TEMPLATE_DIR (line 11) | const TEMPLATE_DIR: &str = "templates"; type Args (line 17) | struct Args { method get_db_location (line 29) | fn get_db_location(&self) -> PathBuf { type BackupPath (line 45) | struct BackupPath { function iter_messages (line 55) | fn iter_messages(db_path: &PathBuf, chat_identifier: &str, output_dir: &... function main (line 177) | fn main() { FILE: src/render.rs function latex_escape (line 7) | fn latex_escape(text: String) -> String { type LatexMessage (line 42) | struct LatexMessage { method render (line 50) | fn render(self) -> String { function render_message (line 79) | pub fn render_message(msg: &Message) -> String {