LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
qborsh/__init__.py
qborsh/constants.py
qborsh/utils.py
qborsh.egg-info/PKG-INFO
qborsh.egg-info/SOURCES.txt
qborsh.egg-info/dependency_links.txt
qborsh.egg-info/requires.txt
qborsh.egg-info/top_level.txt
qborsh/csrc/__init__.py
qborsh/csrc/borsh.c
qborsh/csrc/borsh.h
qborsh/csrc/py_borsh.c
qborsh/csrc/py_borsh.pyi
qborsh/types/__init__.py
qborsh/types/base.py
qborsh/types/collections.py
qborsh/types/helpers.py
qborsh/types/numeric.py
qborsh/types/schema.py
qborsh/types/strings.py
tests/test_nested.py
tests/test_readme.py