Crates.io | tinycom |
lib.rs | tinycom |
version | 0.1.0 |
source | src |
created_at | 2022-02-26 19:39:03.090383 |
updated_at | 2022-02-26 19:39:03.090383 |
description | Tiny COM implements the tiny subset necessary to consume IUnknown interfaces. |
homepage | https://github.com/legion-labs/tinycom-rs |
repository | https://github.com/legion-labs/tinycom-rs |
max_upload_size | |
id | 540085 |
size | 33,814 |
Tiny COM implements the tiny subset necessary to consume IUnknown interfaces, it does so in a platform independent way and with 0 dependencies, so shared libraries complying with COM can be loaded on other systems (like the Direct X shader compiler).
This crate covers a tiny area, other COM related crated might be more suitables depending on your use case
This crate was originally developped by Lee Jeffery, and has been depracated since to be replaced by com-rs, the official microsoft COM bindings. We decided to revive the crate to serve our small use case and the idea is to not extend it's functionnality.