symbolic-proguard 2.0.6

A library to process ProGuard mapping files and symbolicate frames from optimized applications.
Documentation
//! Provides proguard support.
extern crate proguard;
extern crate symbolic_common;
extern crate uuid;

mod types;

pub use types::*;