SYMBOL INDEX (47 symbols across 5 files) FILE: benches/ptags_bench.rs function bench_default (line 10) | fn bench_default(bench: &mut Bencher) { function bench_unsorted (line 18) | fn bench_unsorted(bench: &mut Bencher) { FILE: src/bin.rs type Opt (line 27) | pub struct Opt { function git_files (line 126) | pub fn git_files(opt: &Opt) -> Result, Error> { function input_files (line 138) | pub fn input_files(file: &String, opt: &Opt) -> Result, Erro... function call_ctags (line 161) | fn call_ctags(opt: &Opt, files: &[String]) -> Result, Error> { function get_tags_header (line 165) | fn get_tags_header(opt: &Opt) -> Result { function write_tags (line 169) | fn write_tags(opt: &Opt, outputs: &[Output]) -> Result<(), Error> { function run_opt (line 218) | pub fn run_opt(opt: &Opt) -> Result<(), Error> { function run (line 280) | pub fn run() -> Result<(), Error> { function test_run (line 316) | fn test_run() { function test_run_opt (line 324) | fn test_run_opt() { function test_run_fail (line 332) | fn test_run_fail() { function test_run_completion (line 343) | fn test_run_completion() { function test_run_config (line 372) | fn test_run_config() { FILE: src/cmd_ctags.rs type CtagsError (line 21) | enum CtagsError { type CmdCtags (line 36) | pub struct CmdCtags; method call (line 39) | pub fn call(opt: &Opt, files: &[String]) -> Result, Error> { method get_tags_header (line 127) | pub fn get_tags_header(opt: &Opt) -> Result { method get_cmd (line 150) | fn get_cmd(opt: &Opt, args: &[String]) -> String { method is_exuberant_ctags (line 163) | fn is_exuberant_ctags(opt: &Opt) -> Result { method set_pipe_size (line 172) | fn set_pipe_size(stdin: &ChildStdin, len: i32) -> Result<(), Error> { method set_pipe_size (line 178) | fn set_pipe_size(_stdin: &ChildStdin, _len: i32) -> Result<(), Error> { function test_call (line 195) | fn test_call() { function test_call_with_opt (line 208) | fn test_call_with_opt() { function test_call_exclude (line 221) | fn test_call_exclude() { function test_command_fail (line 248) | fn test_command_fail() { function test_ctags_fail (line 260) | fn test_ctags_fail() { function test_get_tags_header (line 272) | fn test_get_tags_header() { FILE: src/cmd_git.rs type GitError (line 12) | enum GitError { type CmdGit (line 27) | pub struct CmdGit; method get_files (line 30) | pub fn get_files(opt: &Opt) -> Result, Error> { method call (line 45) | fn call(opt: &Opt, args: &[String]) -> Result { method ls_files (line 71) | fn ls_files(opt: &Opt) -> Result, Error> { method lfs_ls_files (line 105) | fn lfs_ls_files(opt: &Opt) -> Result, Error> { method show_cdup (line 133) | fn show_cdup(opt: &Opt) -> Result { method show_prefix (line 146) | fn show_prefix(opt: &Opt) -> Result { method get_cmd (line 159) | fn get_cmd(opt: &Opt, args: &[String]) -> String { function test_get_files (line 211) | fn test_get_files() { function test_get_files_exclude_lfs (line 219) | fn test_get_files_exclude_lfs() { function test_get_files_exclude_lfs_cd (line 233) | fn test_get_files_exclude_lfs_cd() { function test_get_files_include_ignored (line 244) | fn test_get_files_include_ignored() { function test_get_files_include_submodule (line 266) | fn test_get_files_include_submodule() { function test_get_files_include_untracked (line 281) | fn test_get_files_include_untracked() { function test_command_fail (line 299) | fn test_command_fail() { function test_git_fail (line 310) | fn test_git_fail() { FILE: src/main.rs function main (line 7) | fn main() {