LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
src/obj_struct_lib.egg-info/PKG-INFO
src/obj_struct_lib.egg-info/SOURCES.txt
src/obj_struct_lib.egg-info/dependency_links.txt
src/obj_struct_lib.egg-info/top_level.txt
src/structlib/__init__.py
src/structlib/byteorder.py
src/structlib/errors.py
src/structlib/typing_.py
src/structlib/utils.py
src/structlib/abc_/__init__.py
src/structlib/abc_/packing.py
src/structlib/abc_/typedef.py
src/structlib/io/__init__.py
src/structlib/io/bufferio.py
src/structlib/io/streamio.py
src/structlib/protocols/__init__.py
src/structlib/protocols/packing.py
src/structlib/protocols/typedef.py
src/structlib/typedefs/__init__.py
src/structlib/typedefs/array.py
src/structlib/typedefs/boolean.py
src/structlib/typedefs/datastruct.py
src/structlib/typedefs/floating.py
src/structlib/typedefs/integer.py
src/structlib/typedefs/strings.py
src/structlib/typedefs/structure.py
src/structlib/typedefs/varlen.py