mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* rework a bunch of feature flags to be more principled * fixup of Collectable * silence clippy * unfix Mountable trait leads to bundle size increase, so stick to the optimized version * use required-features for function_router * use --all-features in various places * disable tokio dependency on wasm tests again * add some #[inline] annotations * merge one more feature annotations * fixup: remove a line connected to trace_hydration