80 stable releases (8 major)
new 9.1.1 | Aug 8, 2022 |
---|---|
9.0.0 | Jun 21, 2022 |
8.8.0 | Jun 15, 2022 |
8.7.0 | Mar 30, 2022 |
1.1.5 | Dec 2, 2017 |
#230 in Debugging
164,309 downloads per month
Used in 73 crates
(14 directly)
91KB
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
~340KB