Miscellanea To Do list

  • check alignment in bpack.st (native ‘@’ and ‘’ behaves differently form ‘=’)

  • improve documentation

  • improve typing

  • benchmarks

  • EBaseUnits shall become a IntFlag to allow the decoders to declare base-units as follows:

    baseunits = bpack.EBaseUnits.BITS | bpack.EBaseUnits.BYTES
    
  • nested records and repeat (test)

  • typing in generated methods (.frombytes) TBD