/winipt-rs

winipt bindings for rust

Primary LanguageRustMIT LicenseMIT

winipt-rs

high level winipt rust bindings.

Building

To build, youll only need a working c compiler discoverable by rust. On windows the easiest way is to install visual studio and then get the Desktop Development with c++ Componement with the installer.

Usage

Usage examples can be found in in the tests, which are located in the lib.rs file. The original repo has an example tool which can also be used as usage examples.