summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-12-13Added some tests for xor and or gates and also added comments to explain how ↵HEADmasteromagdy71-49/+23
some functions work and what they do and changed some functions return type to slices instead of borrowed references to owned types for more idomatic rust code
2023-11-29Added full implementation of simulating a Chipomagdy71-26/+40
2023-11-27Added dfs traversal of gates graphomagdy71-38/+12
2023-11-27Added the intial design of the logic gate simulatoromagdy71-42/+67
2023-08-18Cleaned the code + added output_layer for displaying outputsomagdy71-3/+9
2023-08-11Added an InputPanel to the leftomagdy71-15/+23
2023-08-10Intial commitomagdy71-0/+38