Build Status

symbolic

Symbolic is a library written in Rust which is used at Sentry to implement symbolication of native stack traces, sourcemap handling for minified JavaScript and more. It consists of multiple largely independent crates which are bundled together into a C and Python library so it can be used independently of Rust.

What's in the package

Symbolic provides the following functionality:

Usage

Add symbolic as a dependency to your Cargo.toml. You will most likely want to activate some of the features:

There are also alternate versions for some of the above features that additionally add implementations for serde::{Deserialize, Serialize} on suitable types:

Minimal Rust Version

This crate is known to require at least Rust 1.41.

License: MIT