Docs.rs
llvm_profparser-0.10.0
llvm_profparser 0.10.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
xd009642
Dependencies
anyhow ^1.0.65
normal
clap ^4
normal
optional
flate2 ^1.0
normal
indexmap ~1.8
normal
leb128 ^0.2.4
normal
md5 ^0.8
normal
nom ^7.0.0
normal
object ^0.26.0
normal
rustc-hash ^2.1
normal
thiserror ^1.0.30
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.16
normal
optional
assert_cmd ^2
dev
cargo_metadata ^0.14.2
dev
cfg-if ^1.0.0
dev
criterion ^0.3.5
dev
pretty_assertions ^0.7
dev
regex ^1.5.6
dev
serde ^1.0.165
dev
serde_yaml ^0.9.22
dev
Versions
21.68%
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
parse_bytes
llvm_
profparser
0.10.0
In llvm_
profparser::
instrumentation_
profile
llvm_profparser
::
instrumentation_profile
Function
parse_
bytes
Copy item path
Source
pub fn parse_bytes(data: &[
u8
]) ->
Result
<
InstrumentationProfile
>