pmc-rs 0.1.1

A safe abstraction for interacting with Performance Monitor Counters on FreeBSD.
[package]
name = "pmc-rs"
version = "0.1.1"
authors = ["Dom Dwyer <dom@itsallbroken.com>"]

license = "BSD-3-Clause"
readme = "README.md"
keywords = ["pmc", "freebsd"]
repository = "https://github.com/domodwyer/pmc-rs"
homepage = "https://github.com/domodwyer/pmc-rs"
description = """
A safe abstraction for interacting with Performance Monitor Counters on FreeBSD.
"""
categories = ["api-bindings"]

[package.metadata.docs.rs]
targets = [
  "x86_64-unknown-freebsd",
]

[lib]
name = "pmc"

[dependencies]
pmc-sys = "0.1.1"
libc = "0.2"
lazy_static = "1.0.0"