| Crates.io | winapi-easy |
| lib.rs | winapi-easy |
| version | 0.3.0 |
| created_at | 2019-10-27 18:29:02.716144+00 |
| updated_at | 2025-11-12 13:46:26.455695+00 |
| description | A safe interface to various winapi functionality |
| homepage | https://github.com/rkarp/winapi-easy |
| repository | |
| max_upload_size | |
| id | 176181 |
| size | 323,491 |
An ergonomic and safe interface to some Windows API functionality.
This is an experimental library designed as an abstraction over the Windows API with the following properties:
Expect breaking changes between versions. Any kind of feature completeness is also unrealistic given the huge size of the Windows API.
Check code quality:
cargo +nightly clippy -- -D clippy::pedantic
Check that all features work independently with cargo-hack:
cargo hack test --each-feature
Generate and check docs:
cargo +nightly doc --no-deps
Fix formatting:
cargo +nightly fmt
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.