kurage 0.1.2

Helper functions/macros for development with relm4
Documentation
//! # 🪼
//!
//! To get started with 🪼, see:
//!
//! - [`generate_component!`]
//! - [`generate_pages!`]
//! - [`generate_generator!`]
//!
//! Remember to invoke [`kurage_gen_macros!`] in your crate!
//!
//! For actual real-world examples of 🪼, take a look at:
//!
//! - [Taidan (OOBE/Welcome App for Ultramarine Linux)](https://github.com/Ultramarine-Linux/taidan)
//! - [Readymade (Installer for Ultramarine Linux)](https://github.com/FyraLabs/readymade)
//! - [Enigmata (tauOS Text Editor)](https://github.com/tau-OS/enigmata)

#[doc(inline)]
pub use kurage_macro_rules::*;
#[doc(inline)]
pub use kurage_proc_macros::*;
#[cfg(feature = "fluent")]
pub mod fluent;
pub mod shortcuts;