pmc-rs 0.2.2

A safe abstraction for interacting with Performance Monitor Counters on FreeBSD.
Documentation
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2"

[lib]
name = "pmc"

[package]
authors = ["Dom Dwyer <dom@itsallbroken.com>"]
categories = ["api-bindings", "hardware-support", "os::freebsd-apis"]
description = "A safe abstraction for interacting with Performance Monitor Counters on FreeBSD.\n"
edition = "2018"
homepage = "https://github.com/domodwyer/pmc-rs"
keywords = ["pmc", "freebsd", "cpu", "counters"]
license = "BSD-3-Clause"
name = "pmc-rs"
readme = "README.md"
repository = "https://github.com/domodwyer/pmc-rs"
version = "0.2.2"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd"]
[target."cfg(target_os = \"freebsd\")".dependencies.pmc-sys]
version = "0.1.3"