kael_release 0.1.2

Release and update management for the Kael UI framework
Documentation
1
2
3
4
5
6
7
8
9
#![deny(missing_docs)]

//! Packaging, updates, and release hardening for Kael applications.

pub mod license;
pub mod metadata;
pub mod notarize;
pub mod profile;
pub mod update;