Crates.io | alcro |
lib.rs | alcro |
version | 0.5.4 |
source | src |
created_at | 2020-05-22 09:55:46.76645 |
updated_at | 2022-02-25 05:42:05.066944 |
description | A library to create desktop apps using rust and modern web technologies |
homepage | |
repository | https://github.com/Srinivasa314/alcro |
max_upload_size | |
id | 244516 |
size | 125,857 |
A small library to build desktop apps using Rust and modern web technologies. It uses Chrom(e/ium) or similar browsers like MS Edge (new) for UI. It does not bundle Chrome but instead communicates with the existing Chrome installation. Thus Rust functions can be called from the UI and JavaScript can be called from Rust.
Alcro works similarily to the go library lorca so the name alcro is an anagram of lorca. However it uses pipes unlike lorca which uses a websocket.
https://github.com/Srinivasa314/alcro/tree/master/examples
Alcro uses the Chrome DevTools protocol and communicates with it via a pipe.