.clang-format
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CMakeLists.txt
CPPLINT.cfg
LICENSE
README.md
format.txt
pyproject.toml
setup.py
.github/workflows/ci.yml
cmake/drift_bytes-config.cmake.in
conan/conanfile.py
conan/linux_armv8
conan/test_package/CMakeLists.txt
conan/test_package/conanfile.py
conan/test_package/src/example.cc
drift_bytes/bytes.h
python/CMakeLists.txt
python/README.md
python/requirements/test.txt
python/src/main.cc
python/src/drift_bytes/__init__.py
python/src/drift_bytes/bytes.py
python/src/drift_bytes.egg-info/PKG-INFO
python/src/drift_bytes.egg-info/SOURCES.txt
python/src/drift_bytes.egg-info/dependency_links.txt
python/src/drift_bytes.egg-info/top_level.txt
python/tests/__init__.py
python/tests/test_buffers.py
python/tests/test_variant.py
tests/CMakeLists.txt
tests/bytes_test.cc