8 releases
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 |
#21 in #com-interface
16,185 downloads per month
Used in 414 crates
(3 directly)
18KB
232 lines
Deprecated. Use the com crate instead.
lib.rs
:
com-rs 0.1.4
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.