headless_webview 0.1.0

Headless Webview Traits
Documentation
# Headless Webview

Implements traits and types for headless webview.

Actual platform-specific engines are provided by `headless_webview_engine` crate.

See [dummy.rs](tree/main/src/engines/dummy.rs) for example engine implementation.

**API is subject to change**

## License

Licensed under either of

- <a href="LICENSE-APACHE">Apache License, Version 2.0</a> or
- <a href="LICENSE-MIT">MIT license</a>

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the software by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

### Acknowledgement

Huge thanks to the authors and contributors of [tauri-apps/wry](https://github.com/tauri-apps/wry) for their groundbreaking work upon which this crate is not only based, but also leans heavily upon.