dvbv5 0.2.6

Rust oriented bits and pieces over the FFI binding to enable use of the libdvbv5 library from the V4L2 project of the LinuxTV work. libdvbv5 is a library to provide an application oriented API over the Linux kernel API.
[dependencies.dvbv5-sys]
version = "0.2.1"

[dependencies.libc]
version = "0.2.76"

[features]
docs-rs = ["dvbv5-sys/docs-rs"]

[package]
authors = ["Russel Winder <russel@winder.org.uk>"]
categories = ["api-bindings", "hardware-support"]
description = """
Rust oriented bits and pieces over the FFI binding to enable use of the libdvbv5 library from the V4L2 project of the LinuxTV work.

libdvbv5 is a library to provide an application oriented API over the Linux kernel API.
"""
edition = "2018"
keywords = ["libdvbv5", "video", "audio", "dvb"]
license = "LGPL-3.0"
name = "dvbv5"
readme = "README.md"
repository = "https://gitlab.com/Russel/rust-libdvbv5"
version = "0.2.6"

[package.metadata.docs.rs]
features = ["docs-rs"]