Uses old Rust 2015
0.2.1
|
Oct 9, 2019
|
0.2.0
|
Feb 5, 2017
|
0.1.5
|
Mar 16, 2016
|
0.1.4
|
Aug 29, 2015
|
0.1.2
|
Jun 21, 2015
|
50,764 downloads per month
Used in 226 crates
(4 directly)
Deprecated. Use the com crate instead.
Rust bindings for the Win32 [Component Object Model]
(https://msdn.microsoft.com/en-us/library/ms680573.aspx).
Overview
This crate is composed of three main components:
- The [
com_interface!
] (macro.com_interface!.html) macro for
defining new interface types.
- The
ComPtr
type for making use of them.
- Definition of
IUnknown
, the base COM interface.