rudy-db 0.0.10

A user-friendly library for interacting with debugging information of Rust compiled artifacts using DWARF
Documentation
1
2
3
4
5
6
// re-export all test utilities for easy access from tests
pub use ::test_utils::*;

pub fn debug_db(target: Option<&'static str>) -> crate::DebugDb {
    crate::DebugDb::new().with_source_map(source_map(target))
}