bottom-rs allows decoding without a trailing byte separator. bottom-lua requires trailing separators to be present. The PR in bottom-py would make trailing separators required. An error saying the input doesn't have a trailing byte separator or no trailing byte separators being decodable should be consistent across repositories.
bottom-rs allows decoding without a trailing byte separator. bottom-lua requires trailing separators to be present. The PR in bottom-py would make trailing separators required. An error saying the input doesn't have a trailing byte separator or no trailing byte separators being decodable should be consistent across repositories.