Skip to content

binary_reader v1.4.2

Compare
Choose a tag to compare
@mosamadeeb mosamadeeb released this 15 Jun 08:56
· 6 commits to main since this release

Changelog:

  • Added a method to write strings with fixed size: br.write_str_fixed(string, size, encoding)
  • Changed the behavior of br.read_str(size, encoding) to read 0 bytes if the size is not given