An open API service indexing awesome lists of open source software.

https://github.com/fizzed/hello-com-rust

Rust library for simplifying COM/ActiveX using windows crate
https://github.com/fizzed/hello-com-rust

Last synced: 3 months ago
JSON representation

Rust library for simplifying COM/ActiveX using windows crate

Awesome Lists containing this project

README

        

# hello-com-rust

Rust library for simplifying COM/ActiveX using windows crate. Will simplify getting, putting,
and calling methods on COM objects.

Also, there were no samples for the windows crate and almost no resources online. This repo
was just a discovery process, so use this lib at your own risk.