| Crates.io | vc6-sys |
| lib.rs | vc6-sys |
| version | 0.1.2 |
| created_at | 2023-05-16 07:49:55.479484+00 |
| updated_at | 2023-05-16 08:45:33.442988+00 |
| description | Rust bindings for Visual C++ 6 SDK |
| homepage | |
| repository | https://github.com/haileys/vc6-sys |
| max_upload_size | |
| id | 865873 |
| size | 8,655,344 |
Rust bindings for the Visual C++ 6 API.
Libraries must be opted-in for linking using this crate.
In your build.rs, output link instructions according to the libraries you need. For example:
println!("cargo:rustc-link-lib=kernel32");
println!("cargo:rustc-link-lib=user32");
Other libraries can be specified as needed.