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
- Host: GitHub
- URL: https://github.com/fizzed/hello-com-rust
- Owner: fizzed
- Created: 2023-09-17T02:45:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-22T21:33:54.000Z (6 months ago)
- Last Synced: 2024-11-22T22:28:27.866Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.