Docs.rs
symbolic-debuginfo-8.7.0
symbolic-debuginfo 8.7.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
getsentry-bot
Dependencies
bitvec ^1.0.0
normal
dmsort ^1.0.1
normal
elementtree ^0.7.0
normal
fallible-iterator ^0.2.0
normal
flate2 ^1.0.13
normal
gimli ^0.26.1
normal
goblin ^0.5.1
normal
lazy_static ^1.4.0
normal
lazycell ^1.2.1
normal
nom ^7.0.0
normal
nom-supreme ^0.6.0
normal
parking_lot ^0.12.0
normal
pdb ^0.7.0
normal
regex ^1.3.5
normal
scroll ^0.11
normal
serde ^1.0.94
normal
serde_json ^1.0.40
normal
smallvec ^1.2.0
normal
symbolic-common ^8.7.0
normal
thiserror ^1.0.20
normal
wasmparser ^0.83
normal
zip ^0.5.2
normal
criterion ^0.3.4
dev
insta ^1.3.0
dev
similar-asserts ^1.0.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
SymbolMapIter
In symbolic_debuginfo
?
Type Definition
symbolic_debuginfo
::
SymbolMapIter
source
·
[
−
]
pub type SymbolMapIter<'data> =
IntoIter
<
Symbol
<'data>>;
Expand description
IntoIterator type for
SymbolMap
.