60 stable releases (7 major)
8.0.3 | Feb 1, 2021 |
---|---|
8.0.0 | Nov 30, 2020 |
7.5.0 | Aug 21, 2020 |
7.4.0 | Jun 18, 2020 |
1.1.5 | Dec 2, 2017 |
#80 in Debugging
11,296 downloads per month
Used in 21 crates
(8 directly)
92KB
1.5K
SLoC
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 thedemangle
feature.InstructionInfo
: A utility type for instruction pointer heuristics.- Functions and utilities to deal with paths from different platforms.
Features
serde
(optional): Implementsserde::Deserialize
andserde::Serialize
for all data types. In thesymbolic
crate, this feature is exposed viacommon-serde
.
This module is part of the symbolic
crate.
License: MIT
Dependencies
~210–280KB