1 unstable release
0.1.0 | Sep 25, 2024 |
---|
#177 in Windows APIs
14KB
306 lines
RS Dispatch
Crate to provide a simplified method to use windows COM objects with IDispatch interface.
Example
let com = RSCom::init("InternetExplorer.Application")?;
let vis_r = com.api.get("Visible",vec![]);
com.put("Visible",vec![true.into()]);
Change Log 0.1.0
- Initial version.
- Basic functionality for IDispatch.
Dependencies
~129MB
~2M SLoC