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
Currently we pass strings around as Readers, but it would be nicer to use a newtype instead. In particular, this newtype could implement Debug to write the string instead of the raw bytes.