#stack-trace #path #type #symbolic #applications #name #javascript

symbolic-common

Common types and utilities for symbolic, a library to symbolicate and process stack traces from native applications, minidumps or minified JavaScript

113 stable releases (11 major)

12.8.0 Dec 1, 2023
12.7.1 Nov 29, 2023
12.5.0 Oct 24, 2023
12.3.0 Jul 19, 2023
1.1.5 Dec 2, 2017

#160 in Debugging

Download history 85890/week @ 2023-11-21 100046/week @ 2023-11-28 88895/week @ 2023-12-05 84080/week @ 2023-12-12 77581/week @ 2023-12-19 39339/week @ 2023-12-26 88498/week @ 2024-01-02 97909/week @ 2024-01-09 114732/week @ 2024-01-16 113726/week @ 2024-01-23 109488/week @ 2024-01-30 112397/week @ 2024-02-06 112929/week @ 2024-02-13 124627/week @ 2024-02-20 127557/week @ 2024-02-27 93589/week @ 2024-03-05

480,044 downloads per month
Used in 183 crates (17 directly)

MIT license

98KB
1.5K SLoC

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

Dependencies

~335–570KB
~11K SLoC