nvtx-rs 0.1.0

Rust bindings for the NVIDIA® Tools Extension SDK (NVTX)
Documentation
[package]
name = "nvtx-rs"
version = "0.1.0"
authors = ["Spencer Imbleau <spencer@imbleau.com>"]
edition = "2018"
description = "Rust bindings for the NVIDIA® Tools Extension SDK (NVTX)"
repository = "https://github.com/simbleau/nvtx-rs"
license = "MIT/Apache-2.0"
categories = ["api-bindings"]
readme = "README.md"
include = ["NVTX/c/*", "src/*", "build.rs"]

[build-dependencies]
cc = "1.0"