Skip to content

removed unnecessary padding (`@`) from variable length text/data fields

Compare
Choose a tag to compare
@M0r13n M0r13n released this 17 Dec 13:17
· 63 commits to master since this release
020bcec
  • closes #94
    • removed unnecessary padding (@) from variable length text/data fields
    • introduced a new keyword variable_length to the bit_field method:
      • boolean value that defaults to False
      • marks fields as variable in length (width)
      • used by the encoder to decide whether to add trailing @s as padding