perf-event-open-sys 3.0.0

Unsafe, direct bindings for Linux's perf_event_open system call, with associated types and constants.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "libc"
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"

[[package]]
name = "perf-event-open-sys"
version = "3.0.0"
dependencies = [
 "libc",
]