coinit 0.1.2

CoInitializeEx wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.windows]
features = ["Win32_System_Com"]
version = "0.35.0"

[package]
authors = ["LNSEAB <691752+LNSEAB@users.noreply.github.com>"]
description = "CoInitializeEx wrapper"
documentation = "https://docs.rs/coinit"
edition = "2021"
keywords = ["windows"]
license = "Zlib"
name = "coinit"
repository = "https://github.com/LNSEAB/coinit"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]