yewtil
yewtil copied to clipboard
Utilities for Yew.
There is currently a nightly feature for `then` and `then_with` functions on `bool`s that allow them to be turned into `Options` using a provided value or closure. This in conjunction...
The CI script from yew_router should be a good place start.
There may be utility in creating an `Rc`-like pointer that when calling `as_mut` or other mutating functions, does not clone the value it points to to ensure unique ownership. The...