tauri-plugin-jolt 0.1.1

Tauri plugin exposing the local Jolt daemon to app webviews through audited proxy commands
Documentation
1
2
3
4
5
const COMMANDS: &[&str] = &["daemon_request", "daemon_publish_bytes", "daemon_append"];

fn main() {
    tauri_plugin::Builder::new(COMMANDS).build();
}