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
Written as unicode strings with byte and unicode escape sequences. Differs from text in that it can contain non-unicode bytes. The whole document is still supposed to be unicode I believe.
Ron-rs supports bytes now: ron-rs/ron#438
Written as unicode strings with byte and unicode escape sequences. Differs from text in that it can contain non-unicode bytes. The whole document is still supposed to be unicode I believe.