tauri_sys::app

Function get_name

source
pub async fn get_name() -> Result<String, Error>
Expand description

Gets the application name.

ยงExample

import { getName } from '@tauri-apps/api/app';
const appName = await getName();