Docs.rs
sentry-core-0.34.0
sentry-core 0.34.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
getsentry-bot
Dependencies
cadence ^1.4.0
normal
optional
crc32fast ^1.4.0
normal
optional
log ^0.4.8
normal
optional
once_cell ^1
normal
rand ^0.8.1
normal
optional
regex ^1.7.3
normal
optional
sentry-types ^0.34.0
normal
serde ^1.0.104
normal
serde_json ^1.0.46
normal
uuid ^1.0.0
normal
optional
anyhow ^1.0.30
dev
criterion ^0.5
dev
futures ^0.3.24
dev
rayon ^1.5.3
dev
thiserror ^1.0.15
dev
tokio ^1.0
dev
Versions
100%
of the crate is documented
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
sentry_core
0.34.0
Module debugid
Structs
In sentry_core::protocol
Module
sentry_core
::
protocol
::
debugid
Copy item path
source
·
[
−
]
Expand description
Represents a debug ID.
Structs
§
BreakpadFormat
Wrapper around
DebugId
for Breakpad formatting.
CodeId
Unique platform-dependent identifier of code files.
DebugId
Unique identifier for debug information files and their debug information.
ParseDebugIdError
Indicates an error parsing a
DebugId
.