Robert Bastian
Robert Bastian
Oh yeah. But will it work with a struct around the array? 🤷♂️
Yes that would be ideal. I filed rust-lang/rust#102997 about this.
Not true. Data transformers, which are the motivation for this, aren't either, and neither is the `StaticDataProvider` that crabbake generates.
> Data transformers and the CrabBake provider are both AnyProvider-compatible. They should use impl_dyn_provider! which adds the AnyProvider impl. I don't think that'd be right. If we generate a crabbake...
@mikebenfield
Fixed by #2678
I think `get0` and `get1` are more important APIs as they allow more client flexibility and force separate error handling, so I'd like them to have the standard names (standard...
Works for me
#2224 is a wider improvement, we borrow `DataLocale`s inside the `DataRequest` (which becomes copy and can be passed by value). The only case where we need to mutate it, during...
My thinking is that there will be some long-lived `Locale` object that represents the human, and many API calls will use this. In the future this might be a preferences...