alcro 0.5.4

A library to create desktop apps using rust and modern web technologies
Documentation
1
2
3
function changePage(page) {
    window.location.pathname = page + ".html";
}