Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 201 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 201 Bytes

rust-com

Windows COM bindings.

How to use

Add the following to your Cargo.toml:

[dependencies]
com = "*"

Use an example as a guide.