100 stable releases (11 major)
new 12.1.2 | Mar 30, 2023 |
---|---|
12.1.0 | Feb 24, 2023 |
11.1.0 | Feb 8, 2023 |
10.2.1 | Dec 5, 2022 |
1.1.5 | Dec 2, 2017 |
#28 in Debugging
197,744 downloads per month
Used in 92 crates
(16 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
~305–530KB