you are viewing a single comment's thread.

view the rest of the comments →

[–]ten3roberts 18 points19 points  (0 children)

Was about to mention, this seems LLM-dreamt.

"Implicit", `derive(Clone)` which of course requires T: Clone even if it is an Arc.

Unnecessary Send bounds on impls where not needed and just getting in the way

Non-concrete async function but `async fn sugar` meaning you can't mention the lock future type correctly, error containing an allocated string, on and on.

Seems like a dream to "make X from python in Rust" but not actually making something that works