[go: up one dir, main page]

uuid-sys 0.0.2

FFI bindings to uuid.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "uuid-sys"
version = "0.0.2"
authors = ["Peter Atashian <retep998@gmail.com>"]
description = "FFI bindings to uuid."
documentation = "https://retep998.github.io/doc/uuid-sys/"
repository = "https://github.com/retep998/winapi-rs"
readme = "README.md"
keywords = ["Windows", "FFI", "WinSDK"]
license = "MIT"
build = "build.rs"
links = "uuid"

[dependencies.winapi]
version = "*"
path = "../.."