nvbit-io 0.0.21

NVIDIA NVBIT streaming encoder and decoder implementations using serde
Documentation
[dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.rmp-serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[package]
authors = ["romnn <contact@romnn.com>"]
categories = ["api-bindings", "development-tools::profiling", "os::unix-apis"]
description = "NVIDIA NVBIT streaming encoder and decoder implementations using serde"
documentation = "https://docs.rs/nvbit-io"
edition = "2021"
exclude = []
homepage = "https://github.com/romnn/nvbit-rs"
keywords = ["nvbit", "profiling", "gpgpu", "nvidia", "ffi"]
license-file = "LICENSE"
name = "nvbit-io"
publish = true
readme = "README.md"
repository = "https://github.com/romnn/nvbit-rs"
resolver = "1"
version = "0.0.21"
[package.metadata.cargo-feature-combinations]
denylist = ["default"]
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]