SYMBOL INDEX (34 symbols across 2 files) FILE: examples/demo.rs function bar (line 1) | fn bar() { function foo (line 5) | fn foo() { function main (line 9) | fn main() { FILE: src/lib.rs type Verbosity (line 37) | pub enum Verbosity { method from_env (line 48) | pub fn from_env() -> Self { method apply_to_process (line 56) | fn apply_to_process(self) { function install (line 71) | pub fn install() { function debug_install (line 76) | pub fn debug_install() { type Frame (line 80) | struct Frame { method name_without_hash (line 87) | fn name_without_hash(&self) -> Option<&str> { method is_dependency_code (line 99) | fn is_dependency_code(&self) -> bool { method is_post_panic_code (line 156) | fn is_post_panic_code(&self) -> bool { method is_runtime_init_code (line 187) | fn is_runtime_init_code(&self) -> bool { method is_call_once (line 212) | fn is_call_once(&self) -> bool { method print_source (line 220) | fn print_source(&self, s: &Settings) -> Result<(), io::Error> { method print (line 230) | fn print(&self, s: &Settings) -> Result<(), io::Error> { type Settings (line 278) | pub struct Settings { method new (line 302) | pub fn new() -> Self { method debug (line 307) | pub fn debug() -> Self { method auto (line 312) | pub fn auto() -> Self { method message (line 326) | pub fn message(mut self, message: impl Into) -> Self { method verbosity (line 334) | pub fn verbosity(mut self, v: Verbosity) -> Self { method backtrace_first (line 343) | pub fn backtrace_first(mut self, value: bool) -> Self { method most_recent_first (line 352) | pub fn most_recent_first(mut self, value: bool) -> Self { method lineno_suffix (line 363) | pub fn lineno_suffix(mut self, value: bool) -> Self { method create_panic_handler (line 369) | pub fn create_panic_handler(self) -> Box) + 'sta... method install (line 376) | pub fn install(self) { method default (line 288) | fn default() -> Self { function print_source (line 382) | fn print_source(filename: &Path, lineno: u32, s: &Settings) -> Result<()... function print_backtrace (line 398) | fn print_backtrace(bt: Option<&backtrace::Backtrace>, s: &Settings) -> R... function print_panic_and_backtrace (line 474) | fn print_panic_and_backtrace(pi: &PanicInfo, s: &Settings) -> Result<(),... function trim_filename (line 487) | fn trim_filename(file: &Path) -> Cow<'_, str> { function print_panic_info (line 506) | fn print_panic_info(pi: &PanicInfo, s: &Settings) -> Result<(), io::Erro... function print_backtrace_info (line 549) | fn print_backtrace_info(s: &Settings) -> Result<(), io::Error> {