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
SwIPC has no concept of Strings, and simply uses bytes or array or buffer whenever it needs one. This is extremely annoying, because rust separates those two concepts at the type level.
My first naive attempt at adding string support was quickly met with many difficulties, most notably that array/buffer expect sized raw data.
SwIPC has no concept of Strings, and simply uses
bytes
orarray
orbuffer
whenever it needs one. This is extremely annoying, because rust separates those two concepts at the type level.My first naive attempt at adding string support was quickly met with many difficulties, most notably that
array
/buffer
expect sized raw data.Upstream tracking issue: reswitched/SwIPC#28
The text was updated successfully, but these errors were encountered: