Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/pe-unwind-info/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 382 B image not shown  

Quelle  lib.rs   Sprache: unbekannt

 
Spracherkennung für: .rs vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

//! Zero-copy parsers of the contents of the `.pdata` section and unwind information in PE
//! binaries.
//!
//! On top of these parsers, some higher-level interfaces are provided to easily unwind frames. The
//! parsers and the higher interfaces are written with efficiency in mind, doing minimal copying of
//! data. There is no heap allocation.

//pub mod arm64;
pub mod x86_64;

[ Dauer der Verarbeitung: 0.29 Sekunden  ]