#deprecated #com #com-interface

deprecated com-rs

Deprecated. Use the com crate instead.

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

Download history 6105/week @ 2024-03-14 7370/week @ 2024-03-21 6605/week @ 2024-03-28 5393/week @ 2024-04-04 5686/week @ 2024-04-11 5061/week @ 2024-04-18 3929/week @ 2024-04-25 4422/week @ 2024-05-02 3864/week @ 2024-05-09 4419/week @ 2024-05-16 4451/week @ 2024-05-23 5255/week @ 2024-05-30 4516/week @ 2024-06-06 4513/week @ 2024-06-13 3333/week @ 2024-06-20 2944/week @ 2024-06-27

16,185 downloads per month
Used in 414 crates (3 directly)

MIT/Apache

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.

No runtime deps