oaidl 0.2.0

Crate to manage conversions to/from SAFEARRAY, VARIANT, and BSTR data structures in COM interop
Documentation
[dependencies.failure]
version = "0.1.2"

[dependencies.rust_decimal]
version = "0.10.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.widestring]
version = "0.4.0"

[dependencies.winapi]
features = ["minwindef", "ntdef", "oaidl", "oleauto", "unknwnbase", "wtypes"]
version = "0.3.6"

[features]
default = []
impl_tryfrom = []

[package]
authors = ["ZerothLaw <trinioler@gmail.com>"]
categories = ["api-bindings", "development-tools::ffi", "os::windows-apis"]
description = "Crate to manage conversions to/from SAFEARRAY, VARIANT, and BSTR data structures in COM interop"
documentation = "https://docs.rs/oaidl/0.2.0/x86_64-pc-windows-msvc/oaidl/"
keywords = ["COM", "interop", "safearray", "variant"]
license = "MIT"
name = "oaidl"
readme = "README.md"
repository = "https://github.com/ZerothLaw/oaidl-safe"
version = "0.2.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
features = ["default"]