Docs.rs
tracing-perfetto-sdk-layer-0.12.0
tracing-perfetto-sdk-layer 0.12.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
dflemstr
Dependencies
bytes ^1.9.0
normal
cxx ^1.0.135
normal
dashmap ^6.1.0
normal
nix ^0.29.0
normal
prost ^0.13.4
normal
thiserror ^2.0.8
normal
thread-id ^5.0.0
normal
thread_local ^1.1.8
normal
tokio ^1.42.0
normal
optional
tracing ^0.1.41
normal
tracing-perfetto-sdk-schema ^0.12.0
normal
tracing-perfetto-sdk-sys ^0.12.0
normal
optional
tracing-subscriber ^0.3.19
normal
anyhow ^1.0.94
dev
serde_yaml ^0.9.34
dev
tokio ^1.42.0
dev
tracing-appender ^0.2.3
dev
Versions
100%
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
tracing_
perfetto_
sdk_
layer
0.12.0
Module error
Module Items
Enums
Type Aliases
In crate tracing_
perfetto_
sdk_
layer
tracing_perfetto_sdk_layer
Module
error
Copy item path
Source
Expand description
Common error definitions
Enums
§
Error
Generic error from the Perfetto SDK
Type Aliases
§
Result
Convenience alias for
std::result::Result
using our own
Error
type.