apiw-sys 0.1.0

This crate provides core API bindings for Windows according to ECMA-234.
Documentation
1
2
3
use windows_sys::Win32::UI::Shell as shell;

pub use shell::ShellExecuteW as ShellExecute;