Elina
Elina
> After all, the whole point of IString is to be a fancier version of the original AttrValue made by @ranile which in turn was a fancy version of Cow...
Thanks for the context! I would prefer the 2nd option but with a helper function to add back the previous implementation with the optimization. My thought process is: API that...
See https://github.com/simple-icons/simple-icons/issues/7122 The SVG logo can be found [here in this repo](https://github.com/yewstack/yew/blob/master/website/static/img/logo.svg) or on [the website](https://yew.rs/img/logo.svg), in case any one wants to submit a pull request there
I attempted a fix in [37452a5](https://github.com/yewstack/yew/pull/3752/commits/37452a52a0a2db1c9c926ed0816b10871082a358) but it seems cargo does not allow this: https://github.com/rust-lang/cargo/issues/8170 We cannot switch to using feature flag for nightly (see https://github.com/yewstack/yew/issues/2754). I wanted to use...
The issue I have with SimSIMD is that requires a C compiler to work, which of course isn't ideal. I'd like to have an option to just opt out of...