LICENSE
README.md
pyproject.toml
setup.py
src/cborx/__init__.py
src/cborx/_backend.py
src/cborx/_fast.c
src/cborx/_fast.pyx
src/cborx/_fastshim.h
src/cborx/_util.py
src/cborx/decoder.py
src/cborx/encoder.py
src/cborx/exceptions.py
src/cborx/py.typed
src/cborx/types.py
src/cborx.egg-info/PKG-INFO
src/cborx.egg-info/SOURCES.txt
src/cborx.egg-info/dependency_links.txt
src/cborx.egg-info/top_level.txt
tests/test_adversarial.py
tests/test_api.py
tests/test_backends.py
tests/test_differential_cbor2.py
tests/test_fuzz.py
tests/test_leaks.py
tests/test_readme_smoke.py
tests/test_rfc8949.py
tests/test_roundtrip.py