| Crates.io | win_inet |
| lib.rs | win_inet |
| version | 0.1.1 |
| created_at | 2022-04-07 20:18:14.08799+00 |
| updated_at | 2022-04-08 19:12:53.292388+00 |
| description | Small wrapper around WinINet |
| homepage | |
| repository | https://github.com/User65k/WinINetRS |
| max_upload_size | |
| id | 563901 |
| size | 31,060 |
This is in really early stages but I wanted to call dips on the create name. Expect changes to the API.
It is meant as a small wrapper around wininet, so that higher level HTTP client (like generic-async-http-client) can make use of it.
It provides the ANSI and the unicode (--features unicode) versions of WinINet.
For now this works:
cross +nightly rustc -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target x86_64-pc-windows-gnu --release --example asyncwine target/x86_64-pc-windows-gnu/release/examples/async.exe