kael 0.2.0

GPU-accelerated native UI framework for Rust — build desktop apps with Metal, DirectX, and Vulkan rendering
Documentation
1
2
3
pub fn pipe_name(app_id: &str, process_name: &str) -> String {
    format!("{}-{}", app_id, process_name)
}