An open API service indexing awesome lists of open source software.

https://github.com/maulingmonkey/hwnd0

minimal `HWND` bridge types
https://github.com/maulingmonkey/hwnd0

hwnd rust win32 windowing

Last synced: 7 months ago
JSON representation

minimal `HWND` bridge types

Awesome Lists containing this project

README

        

# `hwnd0` - minimal `HWND` bridge types

[![GitHub](https://img.shields.io/github/stars/MaulingMonkey/hwnd0.svg?label=GitHub&style=social)](https://github.com/MaulingMonkey/hwnd0)
[![crates.io](https://img.shields.io/crates/v/hwnd0.svg)](https://crates.io/crates/hwnd0)
[![docs.rs](https://docs.rs/hwnd0/badge.svg)](https://docs.rs/hwnd0)
[![License](https://img.shields.io/crates/l/hwnd0.svg)](https://github.com/MaulingMonkey/hwnd0)
[![Build Status](https://github.com/MaulingMonkey/hwnd0/workflows/Rust/badge.svg)](https://github.com/MaulingMonkey/hwnd0/actions?query=workflow%3Arust)

## Raison d'être
* Stable bridge types for interop between other crates and crate versions
* Building block for [`hwnd`](https://docs.rs/hwnd/)

License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )

at your option.

Contribution

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.