You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will likely have to wait for N+2? Changing the JSON/YAML/MessagePack deserializers so they can operate from "not-a-slice" is kind of annoying, most likely.
...but N+1 will have "streaming serialization", so that's nice.
both
from_read
andfrom_async_read
— I think we can actually do both!(neither of these would be able to borrow, but that's fine).
The text was updated successfully, but these errors were encountered: