#15 bincode: what exactly is the string length encoded as?

Opened by laumann on Oct 4, 2023, 9:23 PM
// laumann on Oct 4, 2023, 9:23 PM

It could be one of two things, is a string like this:

"💖💖💖💖💖"

encoded as

  1. Total number of bytes (20)
  2. Total number of characters (5)

?