darwin-kperf 0.1.0

Safe Rust bindings for Apple's kperf/kpc hardware performance counters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "@rust/darwin-kperf",
  "version": "0.1.0",
  "private": true,
  "description": "Safe Rust bindings for Apple's kperf/kpc hardware performance counters",
  "license": "MIT OR Apache-2.0",
  "scripts": {
    "lint:clippy": "just clippy --target aarch64-apple-darwin"
  },
  "dependencies": {
    "@rust/darwin-kperf-events": "workspace:*",
    "@rust/darwin-kperf-sys": "workspace:*"
  }
}