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
The current typeshare implementation doesn't support translation of Vec<u8> to a target language appropriate bytes type. For Go, typeshare would translate it to []int when it should be []byte etc. We should add a new SpecialRustType::Bytes to RustType to allow us to correctly translate to bytes in each target language.
The text was updated successfully, but these errors were encountered:
The current typeshare implementation doesn't support translation of
Vec<u8>
to a target language appropriatebytes
type. For Go, typeshare would translate it to[]int
when it should be[]byte
etc. We should add a newSpecialRustType::Bytes
toRustType
to allow us to correctly translate tobytes
in each target language.The text was updated successfully, but these errors were encountered: