perf-event-open-sys 1.0.1

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
[package]
name = "perf-event-open-sys"
version = "1.0.1"
authors = ["Jim Blandy <jimb@red-bean.com>"]
repository = "https://github.com/jimblandy/perf-event-open-sys.git"
license = "MIT OR Apache-2.0"
edition = "2018"
readme = "README.md"
description = """
Unsafe, direct bindings for Linux's perf_event_open system call, with associated
types and constants.
"""

[dependencies]
libc = "0.2"