summaryrefslogtreecommitdiff
path: root/view/bintxt
AgeCommit message (Collapse)Author
2024-12-14Pass length to free flag conditions list callback and remove libc from rust apiMason Reed
Allows language bindings like rust to free conditions lists sanely
2024-12-13Bump supported rust version to 1.83.0Mason Reed
2024-11-11Add actual logger api to rustMason Reed
2024-11-04Remove ability to panic on pre-initialized logger in rustMason Reed
Typically this would never occur, however due to the mystical nature of linkers this somehow has happened outside of demo builds
2024-10-14Update bindgen to 0.70.1 and remove untracked lockfilesMason Reed
2024-08-29Update load setting properties from rust pluginMason Reed
2024-08-27Fix the CMakeLists.txt for bintxt viewMason Reed
2024-08-27Implement IHEX, SREC and TI-TXT viewsRubens Brandao
All bundled under the arch_bintxt/arch_bintext view plugin