Crates.io | winipt |
lib.rs | winipt |
version | 0.2.0 |
source | src |
created_at | 2019-12-21 23:03:40.091245 |
updated_at | 2020-01-29 16:06:04.680129 |
description | high level rust bindings for the winipt library (https://github.com/ionescu007/winipt) |
homepage | |
repository | https://github.com/sum-catnip/winipt-rs |
max_upload_size | |
id | 191307 |
size | 167,263 |
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 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.