SYMBOL INDEX (8 symbols across 2 files) FILE: src/helper.rs function modes_to_string (line 3) | pub fn modes_to_string(mode: InputMode) -> String { function actions_to_string (line 23) | pub fn actions_to_string(actions: Vec) -> String { FILE: src/main.rs type State (line 9) | struct State { method filtered_keybinds (line 16) | fn filtered_keybinds(&self) -> Vec<(&String, &String)> { method max_key_length (line 26) | fn max_key_length(&self) -> usize { method load (line 38) | fn load(&mut self, configuration: BTreeMap) { method update (line 50) | fn update(&mut self, event: Event) -> bool { method render (line 99) | fn render(&mut self, _rows: usize, _cols: usize) {