Skip to content

v0.5.5

Choose a tag to compare

@timrid timrid released this 09 Jan 14:21
· 53 commits to main since this release
  • added type hints for cs.Struct._subcons, cs.Sequence._subcons, cs.FocusedSeq._subcons, cs.Union._subcons, cs.LazyStruct._subcons, cs.LazyStruct._subconsindexes
  • added generic wrapper for cs.Array
  • added __init__ methods for all constructs that currently only define an __new__ method
  • using __new__ instead of __init__ for EnumBase to create enum member objects (fixes #18)