| Crates.io | symbolic-common |
| lib.rs | symbolic-common |
| version | 12.16.3 |
| created_at | 2017-12-02 00:03:11.881535+00 |
| updated_at | 2025-09-18 14:40:05.504555+00 |
| description | Common types and utilities for symbolic, a library to symbolicate and process stack traces from native applications, minidumps or minified JavaScript. |
| homepage | https://github.com/getsentry/symbolic |
| repository | https://github.com/getsentry/symbolic |
| max_upload_size | |
| id | 41285 |
| size | 109,461 |
Common functionality for symbolic.
This crate exposes a set of key types:
ByteView: Gives access to binary data in-memory or on the file system.SelfCell: Allows to create self-referential types.Name: A symbol name that can be demangled with the demangle feature.InstructionInfo: A utility type for instruction pointer heuristics.serde (optional): Implements serde::Deserialize and serde::Serialize for all data types.
In the symbolic crate, this feature is exposed via common-serde.This module is part of the symbolic crate.
License: MIT