LICENSE
README.md
pyproject.toml
src/struct2ui/__init__.py
src/struct2ui/editor.py
src/struct2ui/schema.py
src/struct2ui.egg-info/PKG-INFO
src/struct2ui.egg-info/SOURCES.txt
src/struct2ui.egg-info/dependency_links.txt
src/struct2ui.egg-info/requires.txt
src/struct2ui.egg-info/top_level.txt
src/struct2ui/exporters/__init__.py
src/struct2ui/exporters/bin_emitter.py
src/struct2ui/exporters/c_emitter.py
src/struct2ui/exporters/c_parser.py
src/struct2ui/exporters/elf_verifier.py
src/struct2ui/exporters/json_format.py
src/struct2ui/icons/c2j.png
src/struct2ui/icons/elf.png
src/struct2ui/icons/export_notes_24dp_000000_FILL0_wght400_GRAD0_opsz24.png
src/struct2ui/icons/flowchart_24dp_000000_FILL0_wght400_GRAD0_opsz24.png
src/struct2ui/icons/refresh_24dp_000000_FILL0_wght400_GRAD0_opsz24.png
src/struct2ui/icons/report_24dp_000000_FILL0_wght400_GRAD0_opsz24.png
src/struct2ui/icons/save_24dp_000000_FILL0_wght400_GRAD0_opsz24.png
src/struct2ui/icons/save_as_24dp_000000_FILL0_wght400_GRAD0_opsz24.png
src/struct2ui/icons/settings_24dp_000000_FILL0_wght400_GRAD0_opsz24.png
src/struct2ui/icons/widgets_24dp_000000_FILL0_wght400_GRAD0_opsz24.png
src/struct2ui/ui/__init__.py
src/struct2ui/ui/renderers.py
src/struct2ui/ui/tables.py
src/struct2ui/ui/widgets.py
tests/test_bin_emitter.py
tests/test_c_emitter.py
tests/test_c_parser.py
tests/test_choices.py
tests/test_editor.py
tests/test_elf_verifier.py
tests/test_float_precision.py
tests/test_int_checkbox.py
tests/test_json_format.py
tests/test_load_report.py
tests/test_save.py
tests/test_value_readback.py