126 stable releases (11 major)
new 12.13.1 | Jan 9, 2025 |
---|---|
12.12.4 | Dec 18, 2024 |
12.12.3 | Nov 26, 2024 |
12.10.0 | Jul 24, 2024 |
1.1.5 | Dec 2, 2017 |
#45 in Debugging
434,876 downloads per month
Used in 264 crates
(18 directly)
99KB
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
~355–580KB
~11K SLoC