#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

#24 in #com-interface

Download history 2036/week @ 2024-11-17 2395/week @ 2024-11-24 2501/week @ 2024-12-01 2007/week @ 2024-12-08 1964/week @ 2024-12-15 1320/week @ 2024-12-22 1226/week @ 2024-12-29 1864/week @ 2025-01-05 2394/week @ 2025-01-12 2251/week @ 2025-01-19 1827/week @ 2025-01-26 4115/week @ 2025-02-02 2527/week @ 2025-02-09 2837/week @ 2025-02-16 3972/week @ 2025-02-23 2814/week @ 2025-03-02

12,788 downloads per month
Used in 370 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