{"id":21597484,"url":"https://github.com/cerus/arithmetic-logic-unit","last_synced_at":"2025-03-18T11:25:49.647Z","repository":{"id":115795916,"uuid":"279408566","full_name":"cerus/arithmetic-logic-unit","owner":"cerus","description":"ALU representation in Rust","archived":false,"fork":false,"pushed_at":"2020-07-14T07:35:22.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-24T17:44:50.612Z","etag":null,"topics":["alu","arithmetic-logic-unit","computer-science","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cerus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-13T20:47:48.000Z","updated_at":"2023-09-03T23:34:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"71f43d58-20cb-47bc-b516-d15aaa485b6f","html_url":"https://github.com/cerus/arithmetic-logic-unit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerus%2Farithmetic-logic-unit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerus%2Farithmetic-logic-unit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerus%2Farithmetic-logic-unit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerus%2Farithmetic-logic-unit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cerus","download_url":"https://codeload.github.com/cerus/arithmetic-logic-unit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244209569,"owners_count":20416307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alu","arithmetic-logic-unit","computer-science","rust"],"created_at":"2024-11-24T18:09:07.877Z","updated_at":"2025-03-18T11:25:49.641Z","avatar_url":"https://github.com/cerus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# arithmetic-logic-unit\nALU representation in Rust\n\n## Disclaimer\nThis is my very first serious Rust project. I really appreciate constructive criticism so please let me know if there's something that I could do better.\n\n## Contents of this repository\nThis repository contains\n- a [binary representation](src/model/binary_representation.rs) capable of converting decimals to binary and back\n- logic gates:\n    - [and gate](src/model/gates/and_gate.rs)\n    - [or gate](src/model/gates/or_gate.rs)\n    - [xor gate](src/model/gates/xor_gate.rs)\n    - [nand gate](src/model/gates/nand_gate.rs)\n    - [not gate](src/model/gates/not_gate.rs)\n- adders:\n    - [half adder](src/model/adder/half_adder.rs)\n    - [full adder](src/model/adder/full_adder.rs)\n    - [ripple carry adder](src/model/adder/ripple_carry_adder.rs)\n- subtractors:\n    - [half subtractor](src/model/subtractor/half_subtractor.rs)\n    - [full subtractor](src/model/subtractor/full_subtractor.rs)\n    - [ripple carry subtractor](src/model/subtractor/ripple_carry_subtractor.rs)\n\n## Feedback\nPlease open an issue for feedback. You can also contact me on Discord (Cerus#5149).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerus%2Farithmetic-logic-unit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcerus%2Farithmetic-logic-unit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerus%2Farithmetic-logic-unit/lists"}