symbolic-common

Crates.iosymbolic-common
lib.rssymbolic-common
version12.9.2
sourcesrc
created_at2017-12-02 00:03:11.881535
updated_at2024-06-07 11:53:30.970747
descriptionCommon types and utilities for symbolic, a library to symbolicate and process stack traces from native applications, minidumps or minified JavaScript.
homepagehttps://github.com/getsentry/symbolic
repositoryhttps://github.com/getsentry/symbolic
max_upload_size
id41285
size97,818
Sentry Bot (getsentry-bot)

documentation

https://docs.rs/symbolic-common

README

Build Status

symbolic-common

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.
  • Functions and utilities to deal with paths from different platforms.

Features

  • 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

Commit count: 1469

cargo fmt