isr-dwarf 0.6.0

DWARF parser for ISR
Documentation
1
2
3
4
5
6
7
8
9
//! DWARF debugging information parsing and processing.

mod _gimli;
mod error;
mod profile;
pub mod symbols;
pub mod types;

pub use self::{error::Error, profile::create_profile};