Recently I added new example: Implementation of Binary Coded Decimal decoder from Petzold's "Code" book — every logic gate (bits switch, inverters, AND gates) is a task carrying its own instructions.
It works simple : cargo run 1001 -> 9 and as output it will show AND gate with inputs and output
bcd-decoder: https://github.com/tracyspacy/spacydo/tree/main/examples/bcd-decoder