Docs.rs
sentry-core-0.46.0
sentry-core 0.46.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
getsentry-bot
Dependencies
log ^0.4.8
normal
optional
rand ^0.9.0
normal
optional
sentry-types ^0.46.0
normal
serde ^1.0.104
normal
serde_json ^1.0.46
normal
url ^2.1.1
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 ^2.0.12
dev
tokio ^1.44
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
TraceHeader
sentry_
core
0.46.0
sentry_core
Type Alias
Trace
Header
Copy item path
Source
pub type TraceHeader = (&'static
str
,
String
);
Expand description
Represents a key-value pair such as an HTTP header.