| Crates.io | nw-sys |
| lib.rs | nw-sys |
| version | 0.1.6 |
| created_at | 2022-12-10 23:45:06.752653+00 |
| updated_at | 2023-10-26 19:44:50.188644+00 |
| description | Raw wasm_bindgen bindings for the NWJS API. |
| homepage | |
| repository | https://github.com/aspectron/nw-sys |
| max_upload_size | |
| id | 734099 |
| size | 159,396 |
nw-syswasm_bindgen bindings for NWJS APINWJS JS API documentation is available here: https://nwjs.readthedocs.io/en/latest/
nw-sys provides Rust bindings for all NWJS subsystems with the following modules offering:
app application control and information accessclipboard system clipboard accessmenu creation of application and tray menusscreen access to system Display information and layoutshell external application execution, file and URL openingshortcut creation of application keyboard shortcutstray creation and installation of system tray menuswindow creation and control of application windowsA higher-level Rust API for NWJS, based on top of this crate, is also available via the workflow-nw crate that is a part of the workflow-rs application development framework.
You can find an example application using these APIs at https://github.com/aspectron/nw-sys-example
Following crates can be used in conjunciton with nw-sys: