1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
4 <maintainer type="person">
6 <email>1758961307@qq.com</email>
9 Tauri is a polyglot and generic system that is very composable and allows
10 engineers to make a wide variety of applications. It is used for
11 building applications for Desktop Computers using a combination
12 of Rust tools and HTML rendered in a Webview. Apps built with Tauri
13 can ship with any number of pieces of an optional JS API / Rust API so that
14 webviews can control the system via message passing. In fact, developers can
15 extend the default API with their own functionality and bridge the Webview
16 and Rust-based backend easily.
19 <remote-id type="github">tauri-apps/tauri</remote-id>