Main entry point of the `panic_analysis` crate. This function accepts some options [AnalysisOptions](struct.AnalysisOptions.html), and returns a [PanicCallsCollection](struct.PanicCallsCollection.html) as output. This PanicCallsCollection contains all traces to _panic_ ([PanicCall](struct.PanicCall.html)) that were found in the binary. This function can be used in conjunction with [print_result
(options: &AnalysisOptions)
source not stored for this graph (policy: none)