Crate narthex_web_app

Source
Expand description

This file provides a way of constructing a webview based app. The idea is that the app developer provides an ‘engine’ that satisfies the narthex_engine_trait plus a simple main progrem, and the result is an app. See narthex_engine_trait for more information. See narthex_wumpus for an example of a main program that uses this crate.

Structs§

UserData
used by web_view::WebView
WebParams
parameters to running the engine