Show HN: Prompt Inspector – A browser-like inspect tool for prompts 1 year ago
Can the highlights provide insights into have the temprature affected the sentence construction?
HN user
Can the highlights provide insights into have the temprature affected the sentence construction?
With exclusively static dispatch I feel like it should be possible to unconditionally detect at least the presence of recursion at compile-time,
That's true, and Rust as a language does do so, but in case of recursion for `async` function rust itself suggests to go the `dyn` route. Adding more to the post, it seems that the use of `async-trait` was the reason that they didn't have any choice in the matter to choose static dispatch, as the language as a whole doesn't support async traits, (just yet! ^-^)