vid-sys 0.4.0

Rust unsafe bindings for Vid API (Hyper-V)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "vid-sys"
version = "0.4.0"
authors = ["Mathieu Tarral <mathieu.tarral@protonmail.com>"]
edition = "2018"
links = "vid"
repository = "https://github.com/Wenzel/vid-sys"
readme = "README.md"
keywords = ["hyper-v"]
description = "Rust unsafe bindings for Vid API (Hyper-V)"
license = "GPL-3.0"

[build-dependencies]
bindgen = "0.71.1"

[features]
# Deprecated APIs
deprecated-apis = []