#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 11782/week @ 2024-01-01 13966/week @ 2024-01-08 14878/week @ 2024-01-15 11910/week @ 2024-01-22 10279/week @ 2024-01-29 10500/week @ 2024-02-05 9513/week @ 2024-02-12 9126/week @ 2024-02-19 7864/week @ 2024-02-26 7778/week @ 2024-03-04 6635/week @ 2024-03-11 6831/week @ 2024-03-18 7208/week @ 2024-03-25 6210/week @ 2024-04-01 5077/week @ 2024-04-08 5378/week @ 2024-04-15

24,700 downloads per month
Used in 451 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