//! Easy to use DWARF abstraction for Rust.
//!
//! Provides an abstraction over DWARF. The abstraction provides a one function solution for
//! retrieving debug information from DWARF.
//! Here are some of the advantages:
//! - Easy to use
//!
/// Provides one function solutions for doing a stack trace
/// Provides one function solutions for handling evaluation the DWARF location attribute.
/// Defines a struct containing information about the registers
/// Provides one function solutions for retrieving the source location declaration information.
/// Provides some useful functions for reading the DWARF format.
/// Provides one function solutions for retrieving information about a variable.