electron-sys 0.4.0

Raw bindings to the Electron API for projects using wasm-bindgen.
Documentation
pub(crate) mod accelerator;
pub(crate) mod browser_view;
pub(crate) mod browser_window;
pub(crate) mod browser_window_proxy;
pub(crate) mod client_request;
pub(crate) mod command_line;
pub(crate) mod cookies;
pub(crate) mod debugger;
pub(crate) mod dock;
pub(crate) mod download_item;
pub(crate) mod incoming_message;
pub(crate) mod menu;
pub(crate) mod menu_item;
pub(crate) mod native_image;
pub(crate) mod notification;
pub(crate) mod session;
pub(crate) mod touch_bar;
pub(crate) mod touch_bar_button;
pub(crate) mod touch_bar_color_picker;
pub(crate) mod touch_bar_group;
pub(crate) mod touch_bar_label;
pub(crate) mod touch_bar_popover;
pub(crate) mod touch_bar_scrubber;
pub(crate) mod touch_bar_segmented_control;
pub(crate) mod touch_bar_slider;
pub(crate) mod touch_bar_spacer;
pub(crate) mod tray;
pub(crate) mod web_contents;
pub(crate) mod web_request;

pub use accelerator::*;
pub use browser_view::*;
pub use browser_window::*;
pub use browser_window_proxy::*;
pub use client_request::*;
pub use command_line::*;
pub use cookies::*;
pub use debugger::*;
pub use dock::*;
pub use download_item::*;
pub use incoming_message::*;
pub use menu::*;
pub use menu_item::*;
pub use native_image::*;
pub use notification::*;
pub use session::*;
pub use touch_bar::*;
pub use touch_bar_button::*;
pub use touch_bar_color_picker::*;
pub use touch_bar_group::*;
pub use touch_bar_label::*;
pub use touch_bar_popover::*;
pub use touch_bar_scrubber::*;
pub use touch_bar_segmented_control::*;
pub use touch_bar_slider::*;
pub use touch_bar_spacer::*;
pub use tray::*;
pub use web_contents::*;
pub use web_request::*;