browser-window 0.12.3

A simple, optionally async, optionally threadsafe, electron-like browser toolkit for Rust.
Documentation
1
2
3
4
5
//! Some common traits that need to be often available.

#[cfg(feature = "threadsafe")]
pub use super::delegate::{DelegateError, DelegateFuture, DelegateFutureFuture};
pub use crate::{core::prelude::*, event::EventExt, javascript::JsValue};