Crates.io | millennium |
lib.rs | millennium |
version | 1.0.0-beta.3 |
source | src |
created_at | 2022-03-28 18:07:32.642951 |
updated_at | 2022-07-01 03:19:09.803482 |
description | Create consistent, light, & secure apps that work on all platforms, using HTML, CSS, and JavaScript |
homepage | https://millennium.pyke.io/ |
repository | https://github.com/pykeio/millennium |
max_upload_size | |
id | 558082 |
size | 631,923 |
Millennium is a cross-platform webview framework written in Rust. With Millennium, you can design consistent UI that works across all platforms, using HTML, CSS, and JavaScript.
You can interact with native code and perform system-level operations, including reading/writing files & networking. It leverages modern operating systems' pre-included webview libraries ( WebKitGTK, WebView2, WebKit) for smaller, faster, more secure, and less resource-heavy applications compared to Electron. A simple Millennium app can be less than 10 MB in size and can be reduced further to less than 2 MB. Millennium apps can launch almost twice as fast as equivalent Electron applications and use as little as 1/4 of the amount of RAM.
Millennium is a fork of Tauri, its official plugins, tao, and wry, with a few added features and changes ✨
millennium
crateThis is the glue crate that holds everything together. It brings the runtimes, macros, utilities, and API into one final product. It reads the .millenniumrc
file at compile time to bring in features and undertake the app configuration. It handles script injection (for polyfills/prototype revision) at runtime, hosts the API for systems interaction, and manages updates.
Join the Discord server! |
---|