euv-ui 0.18.2

Reusable UI component library for the euv framework, providing buttons, cards, modals, inputs, and more.
Documentation
1
2
3
4
5
6
/// An entry for `I18n::add_messages` — a `(key, value)`
/// pair that the caller usually writes as a single
/// literal array. The tuple form keeps the public API
/// allocation-free for the common "compile-time literal
/// list of pairs" case.
pub type MessageEntry = (&'static str, &'static str);