.cibuildwheel.toml
AGENTS.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
src/structtype/__init__.py
src/structtype/__init__.pyi
src/structtype/_adapter.py
src/structtype/_core.c
src/structtype/_inspect.py
src/structtype/_json_schema.py
src/structtype/_utils.py
src/structtype/_version.py
src/structtype/atof.h
src/structtype/atof_consts.h
src/structtype/common.h
src/structtype/itoa.h
src/structtype/py.typed
src/structtype/ryu.h
src/structtype.egg-info/PKG-INFO
src/structtype.egg-info/SOURCES.txt
src/structtype.egg-info/dependency_links.txt
src/structtype.egg-info/top_level.txt
tests/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_JSONTestSuite.py
tests/unit/test_adapter.py
tests/unit/test_check.py
tests/unit/test_constraints.py
tests/unit/test_cpylint.py
tests/unit/test_free_threading.py
tests/unit/test_inspect.py
tests/unit/test_json.py
tests/unit/test_msgspec.py
tests/unit/test_pydantic.py
tests/unit/test_raw.py
tests/unit/test_schema.py
tests/unit/test_struct.py
tests/unit/test_struct_meta.py
tests/unit/test_utils.py
tests/unit/utils.py