#com

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
Download history 190/week @ 2022-12-02 248/week @ 2022-12-09 229/week @ 2022-12-16 168/week @ 2022-12-23 212/week @ 2022-12-30 314/week @ 2023-01-06 708/week @ 2023-01-13 1813/week @ 2023-01-20 6757/week @ 2023-01-27 10971/week @ 2023-02-03 12797/week @ 2023-02-10 11637/week @ 2023-02-17 9591/week @ 2023-02-24 13315/week @ 2023-03-03 14688/week @ 2023-03-10 11974/week @ 2023-03-17

50,764 downloads per month
Used in 226 crates (4 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