Alcro

Crates.io

A small library to build desktop apps using rust and modern web technologies. It uses Chrom(e/ium) browser 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 Rust.

Name

Alcro works similarily to the go library lorca so the name alcro is an anagram of lorca.

Documentation

docs.rs

Examples

https://github.com/Srinivasa314/alcro/tree/master/examples

Features

Limitations

Working

Alcro uses the Chrome DevTools protocol and communicates with it via a websocket.

Note:

To use pipes instead of websocket switch to the pipe branch. As of now headless chrome does not work.