llvm_stackmap 0.1.4

A library capable of parsing stack maps emitted by the LLVM compiler.
Documentation
#![allow(clippy::all)]

mod stackmap;
pub use crate::stackmap::*;