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 thedemanglefeature.InstructionInfo: A utility type for instruction pointer heuristics.- Functions and utilities to deal with paths from different platforms.
Features
serde(optional): Implementsserde::Deserializeandserde::Serializefor all data types. In thesymboliccrate, this feature is exposed viacommon-serde.
This module is part of the symbolic crate.
License: MIT