.cibuildwheel.toml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/msgspec/__init__.py
src/msgspec/__init__.pyi
src/msgspec/_core.c
src/msgspec/_json_schema.py
src/msgspec/_typing_utils.py
src/msgspec/_typing_utils.pyi
src/msgspec/_utils.py
src/msgspec/_version.py
src/msgspec/atof.h
src/msgspec/atof_consts.h
src/msgspec/common.h
src/msgspec/inspect.py
src/msgspec/itoa.h
src/msgspec/json.py
src/msgspec/json.pyi
src/msgspec/msgpack.py
src/msgspec/msgpack.pyi
src/msgspec/py.typed
src/msgspec/ryu.h
src/msgspec/structs.py
src/msgspec/structs.pyi
src/msgspec/toml.py
src/msgspec/yaml.py
src/msgspec.egg-info/PKG-INFO
src/msgspec.egg-info/SOURCES.txt
src/msgspec.egg-info/dependency_links.txt
src/msgspec.egg-info/requires.txt
src/msgspec.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/prof/__init__.py
tests/prof/perf/__init__.py
tests/prof/perf/conftest.py
tests/prof/perf/test_basic.py
tests/typing/__init__.py
tests/typing/basic_typing_examples.py
tests/typing/conftest.py
tests/typing/test_mypy.py
tests/typing/test_pyright.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_JSONTestSuite.py
tests/unit/test_common.py
tests/unit/test_constraints.py
tests/unit/test_convert.py
tests/unit/test_cpylint.py
tests/unit/test_inspect.py
tests/unit/test_integration.py
tests/unit/test_json.py
tests/unit/test_msgpack.py
tests/unit/test_performance.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_to_builtins.py
tests/unit/test_toml.py
tests/unit/test_utils.py
tests/unit/test_yaml.py
tests/unit/utils.py