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
usize is used here, instead of a specific size.
This will result in 4 or 8 bytes, depending on if the code is compiled on a 32bit or 64 bit system.
The JSON should be the same regardless of host architecture.