SYMBOL INDEX (31 symbols across 5 files) FILE: src/config.rs type Conf (line 5) | pub struct Conf { function get (line 9) | pub fn get(name: &str) -> Result { FILE: src/format.rs type FormatError (line 12) | pub struct FormatError { method fmt (line 21) | fn fmt(&self, formatter: &mut fmt::Formatter) -> fmt::Result { type FormatResult (line 38) | pub enum FormatResult { function run_file (line 44) | pub async fn run_file( function run_stdin (line 93) | pub async fn run_stdin( type FormatCtx (line 121) | struct FormatCtx { function run (line 129) | async fn run( type ParsedCommand (line 271) | struct ParsedCommand<'a> { function parse_command (line 276) | fn parse_command<'a>(raw_command: &'a str) -> Result, ... function format (line 288) | async fn format( function format_single (line 328) | fn format_single(formatter: &ParsedCommand, input: &str) -> Result Option Option { function get_parser_lang_from_filename (line 76) | pub fn get_parser_lang_from_filename(filename: &str) -> Option<&str> { function handle_directive (line 90) | pub fn handle_directive( FILE: src/utils.rs function get_start_whitespace (line 13) | pub fn get_start_whitespace(text: &str) -> String { function get_hash (line 27) | pub fn get_hash(text: &str) -> u64 { function get_files (line 33) | pub fn get_files(files: Values) -> Result, io::Error> { function get_parser (line 68) | pub fn get_parser(filename: Option<&str>, parser: Option<&str>) -> Resul... function find_closest_config (line 86) | pub fn find_closest_config() -> Option { function print_ok (line 105) | pub fn print_ok(stdout: &mut StandardStream, text: &str) { function print_unchanged (line 117) | pub fn print_unchanged(stdout: &mut StandardStream, text: &str) { function print_fail (line 129) | pub fn print_fail(stderr: &mut StandardStream, text: &str) { function print_error (line 141) | pub fn print_error(stderr: &mut StandardStream, text: &str) {