AGENTS.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
uv.lock
.opencode/opencode.json
.opencode/plugins/graphify.js
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/conftest.py
tests/test_JSONTestSuite.py
tests/test_adapter.py
tests/test_attrs.py
tests/test_check.py
tests/test_constraints.py
tests/test_cpylint.py
tests/test_free_threading.py
tests/test_inspect.py
tests/test_json.py
tests/test_memory.py
tests/test_msgspec.py
tests/test_pydantic.py
tests/test_raw.py
tests/test_schema.py
tests/test_struct.py
tests/test_struct_meta.py
tests/test_typecheck.py
tests/test_utils.py
tests/utils.py
tests/typecheck/api.py
tests/typecheck/basic.py
tests/typecheck/fields.py
tests/typecheck/types.py