Registry / utility / gimli
library0.33.0rscratesunverified

A library for reading and writing the DWARF debugging format.

# Cargo.toml [dependencies] gimli = "0.33.0"
INSTALL
IMPORT
SIG · GIMLI
G
gimli
utilityrustv0.33.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DebugInfo
use gimli::DebugInfo;

Creates a DWARF debug info section reader from raw bytes.

use gimli::{DebugInfo, EndianSlice, RunTimeEndian}; fn main() -> Result<(), Box<dyn std::error::Error>> { let debug_info = DebugInfo::new(EndianSlice::new(&[], RunTimeEndian::Little)); println!("Debug info created"); Ok(()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.33.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gimli — cargo add gimli · libregistry