19 releases (12 stable)
| 1.1.7 | Nov 21, 2025 |
|---|---|
| 1.1.5 | Jul 22, 2025 |
| 1.0.4 | Mar 25, 2025 |
| 1.0.3 | Dec 6, 2024 |
| 0.2.3 | Jul 11, 2024 |
#55 in No standard library
429 downloads per month
Used in objdiff-core
46KB
1K
SLoC
cwextab

WIP CodeWarrior Extab (Exception Table) decoder tool
Usage
use cwextab::*;
fn example(extab: &[u8]){
let result = decode_extab(extab);
let data = match result {
Ok(val) => val,
Err(e) => {
panic!("An error happened: {}", e);
},
};
//do stuffs
}
Dependencies
~165–570KB
~13K SLoC