mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Use AttrValue instead of &'static str in Attributes::IndexMap * avoid monomorphization to reduce binary size * fmt & `#[inline(always)]`s * more attempts to reduce the code size * make clippy happy