Docs.rs
jonesy-0.10.0
jonesy 0.10.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
andrewdavidmackenzie
Dependencies
ahash ^0.8
normal
capstone ^0.12
normal
cargo_toml ^0.22
normal
dashmap ^6
normal
gimli ^0.32.3
normal
glob ^0.3
normal
goblin ^0.10.4
normal
iced-x86 ^1.21
normal
indicatif ^0.17
normal
is-terminal ^0.4
normal
notify ^8
normal
ouroboros ^0.18
normal
rayon ^1.10
normal
regex ^1
normal
rustc-demangle ^0.1
normal
serde ^1
normal
serde_json ^1
normal
tokio ^1
normal
toml ^0.8
normal
tower-lsp ^0.20
normal
url ^2
normal
criterion ^0.5
dev
tempfile ^3.27.0
dev
wait-timeout ^0.2
dev
Versions
91.23%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module function_index
jonesy
0.10.0
Module function_
index
Module Items
Structs
Functions
In crate jonesy
jonesy
Module
function_
index
Copy item path
Source
Structs
§
Function
Index
Index for O(log n) function lookup by address. Functions are sorted by start_address for binary search. Inlined functions use bucketed lookup for faster searches. Owns the StringTables for name/file lookups.
Function
Info
Function info extracted from DWARF of the calling function. Uses indices into StringTables for compact memory layout (32 bytes).
Functions
§
get_
functions_
from_
dwarf
Extract all functions from DWARF debug info. Returns functions, inlined functions, and the shared string tables.