README.md
pyproject.toml
src/structed/__init__.py
src/structed/_array.py
src/structed/_char.py
src/structed/_char_adapters.py
src/structed/_endian.py
src/structed/_exceptions.py
src/structed/_field.py
src/structed/_keep_nulls.py
src/structed/_layout.py
src/structed/_markers.py
src/structed/_resolve.py
src/structed/_scalar.py
src/structed/_struct.py
src/structed/py.typed
src/structed.egg-info/PKG-INFO
src/structed.egg-info/SOURCES.txt
src/structed.egg-info/dependency_links.txt
src/structed.egg-info/top_level.txt
tests/test_arrays.py
tests/test_c_compat.py
tests/test_char.py
tests/test_cppstring.py
tests/test_cstring.py
tests/test_errors.py
tests/test_layout.py
tests/test_simple_example.py