LICENSE
README.md
pyproject.toml
aiogram_bincallback/__init__.py
aiogram_bincallback.egg-info/PKG-INFO
aiogram_bincallback.egg-info/SOURCES.txt
aiogram_bincallback.egg-info/dependency_links.txt
aiogram_bincallback.egg-info/requires.txt
aiogram_bincallback.egg-info/top_level.txt
aiogram_bincallback/base/__init__.py
aiogram_bincallback/base/base.py
aiogram_bincallback/bitstream/__init__.py
aiogram_bincallback/bitstream/bitstream.py
aiogram_bincallback/codec/__init__.py
aiogram_bincallback/codec/codec.py
aiogram_bincallback/config/__init__.py
aiogram_bincallback/config/config.py
aiogram_bincallback/core/__init__.py
aiogram_bincallback/core/constants.py
aiogram_bincallback/core/exceptions.py
aiogram_bincallback/header/__init__.py
aiogram_bincallback/header/header.py
aiogram_bincallback/planning/__init__.py
aiogram_bincallback/planning/planning.py
aiogram_bincallback/registry/__init__.py
aiogram_bincallback/registry/registry.py
aiogram_bincallback/wire/__init__.py
aiogram_bincallback/wire/base128_codec.py
aiogram_bincallback/wire/cipher.py
aiogram_bincallback/wire/constants.py
aiogram_bincallback/wire/null_cipher.py
aiogram_bincallback/wire/protocol.py
tests/test_base_class_guard.py
tests/test_bitstream.py
tests/test_cipher_protocol.py
tests/test_circular_nesting.py
tests/test_codec_roundtrip.py
tests/test_config.py
tests/test_describe.py
tests/test_encryption.py
tests/test_enum.py
tests/test_enum_bits_required.py
tests/test_enum_insufficient_bits.py
tests/test_enum_list.py
tests/test_enum_list_codec.py
tests/test_enum_list_size_limit.py
tests/test_header.py
tests/test_max_bits.py
tests/test_mixed_router.py
tests/test_nested_basemodel.py
tests/test_nested_reuse.py
tests/test_null_cipher.py
tests/test_optional_fields.py
tests/test_overflow.py
tests/test_planning_errors.py
tests/test_planning_public_api.py
tests/test_prefix_collision.py
tests/test_roundtrip.py
tests/test_signed_int.py
tests/test_size_limit.py
tests/test_try_unpack.py
tests/test_wire_codec.py