linux-perf-data 0.3.0

A parser for the perf.data format. This format is emitted by the Linux perf tool.
Documentation
[dependencies.byteorder]
version = "1.4.3"

[dependencies.linux-perf-event-reader]
version = "0.3.0"

[dependencies.memchr]
version = "2.4.1"

[dependencies.thiserror]
version = "1.0.30"

[package]
authors = ["Markus Stange <mstange.moz@gmail.com>"]
categories = ["development-tools::profiling", "parser-implementations"]
description = "A parser for the perf.data format. This format is emitted by the Linux perf tool."
documentation = "https://docs.rs/linux-perf-data/"
edition = "2021"
exclude = ["/.github", "/.vscode", "/tests"]
keywords = ["linux", "perf", "parser"]
license = "MIT OR Apache-2.0"
name = "linux-perf-data"
readme = "Readme.md"
repository = "https://github.com/mstange/linux-perf-data/"
resolver = "2"
version = "0.3.0"