pmc-rs 0.1.0

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

[dependencies.libc]
version = "0.2"

[dependencies.pmc-sys]
version = "0.1"

[lib]
name = "pmc"

[package]
authors = ["Dom Dwyer <dom@itsallbroken.com>"]
categories = ["api-bindings"]
description = "A safe abstraction for interacting with Performance Monitor Counters on FreeBSD.\n"
documentation = "https://itsallbroken.com/code/docs/pmc-rs/pmc/index.html"
homepage = "https://github.com/domodwyer/pmc-rs"
keywords = ["pmc", "freebsd"]
license = "BSD-3-Clause"
name = "pmc-rs"
readme = "README.md"
repository = "https://github.com/domodwyer/pmc-rs"
version = "0.1.0"