.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE.txt
README.rst
pyproject.toml
.github/FUNDING.yml
.github/SECURITY.md
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/features_request.yaml
.github/workflows/publish.yml
.github/workflows/test.yml
benchmarks/README.rst
benchmarks/tests/conftest.py
benchmarks/tests/test_vs_json.py
docs/api.rst
docs/conf.py
docs/customizing.rst
docs/index.rst
docs/usage.rst
docs/versionhistory.rst
python/cbor2/__init__.py
python/cbor2/__init__.pyi
python/cbor2/py.typed
python/cbor2/tool.py
python/cbor2.egg-info/PKG-INFO
python/cbor2.egg-info/SOURCES.txt
python/cbor2.egg-info/dependency_links.txt
python/cbor2.egg-info/entry_points.txt
python/cbor2.egg-info/top_level.txt
rust/Cargo.lock
rust/Cargo.toml
rust/build.rs
rust/decoder.rs
rust/encoder.rs
rust/lib.rs
rust/types.rs
rust/utils.rs
scripts/coverage.sh
scripts/coverage_server.py
scripts/ref_leak_test.py
scripts/speed_test.py
tests/__init__.py
tests/examples.cbor.b64
tests/examples.json
tests/hypothesis_strategies.py
tests/test_decoder.py
tests/test_encoder.py
tests/test_tool.py
tests/test_types.py
tests/fuzzers/loads_fuzzer.py