Alcro

Build Status Crates.io

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 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 pipe.