{"id":22455586,"url":"https://github.com/micheledurante/rust-bitwise-truth-tables","last_synced_at":"2026-08-11T20:15:28.212Z","repository":{"id":142122091,"uuid":"528452771","full_name":"micheledurante/rust-bitwise-truth-tables","owner":"micheledurante","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-24T14:17:26.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T13:18:17.957Z","etag":null,"topics":["bitwise-operations","rust","truth-tables"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/micheledurante.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-08-24T14:10:49.000Z","updated_at":"2022-08-24T14:12:11.000Z","dependencies_parsed_at":"2023-07-18T18:17:16.252Z","dependency_job_id":null,"html_url":"https://github.com/micheledurante/rust-bitwise-truth-tables","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/micheledurante/rust-bitwise-truth-tables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheledurante%2Frust-bitwise-truth-tables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheledurante%2Frust-bitwise-truth-tables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheledurante%2Frust-bitwise-truth-tables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheledurante%2Frust-bitwise-truth-tables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micheledurante","download_url":"https://codeload.github.com/micheledurante/rust-bitwise-truth-tables/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheledurante%2Frust-bitwise-truth-tables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276286675,"owners_count":25616697,"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","status":"online","status_checked_at":"2025-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bitwise-operations","rust","truth-tables"],"created_at":"2024-12-06T07:12:18.481Z","updated_at":"2025-09-21T18:35:35.435Z","avatar_url":"https://github.com/micheledurante.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Bitwise Truth Tables\r\n\r\n## AND\r\n|       a       |       b       |     a \u0026 b     |\r\n|:-------------:|:-------------:|:-------------:|\r\n| 0b0000_0000u8 | 0b0000_0000u8 | 0b0000_0000u8 |\r\n| 0b0000_0000u8 | 0b0000_0001u8 | 0b0000_0000u8 |\r\n| 0b0000_0001u8 | 0b0000_0000u8 | 0b0000_0000u8 |\r\n| 0b0000_0001u8 | 0b0000_0001u8 | 0b0000_0001u8 |\r\n\r\n## OR\r\n|       a       |       b       |    a \u0026#x7c; b     |\r\n|:-------------:|:-------------:|:-----------------:|\r\n| 0b0000_0000u8 | 0b0000_0000u8 |   0b0000_0000u8   |\r\n| 0b0000_0000u8 | 0b0000_0001u8 |   0b0000_0001u8   |\r\n| 0b0000_0001u8 | 0b0000_0000u8 |   0b0000_0001u8   |\r\n| 0b0000_0001u8 | 0b0000_0001u8 |   0b0000_0001u8   |\r\n\r\n## XOR\r\n|       a       |       b       |     a ^ b     |\r\n|:-------------:|:-------------:|:-------------:|\r\n| 0b0000_0000u8 | 0b0000_0000u8 | 0b0000_0000u8 |\r\n| 0b0000_0000u8 | 0b0000_0001u8 | 0b0000_0001u8 |\r\n| 0b0000_0001u8 | 0b0000_0000u8 | 0b0000_0001u8 |\r\n| 0b0000_0001u8 | 0b0000_0001u8 | 0b0000_0000u8 |\r\n\r\n## NOT\r\n|       a       |      !a       |\r\n|:-------------:|:-------------:|\r\n| 0b0000_0000u8 | 0b1111_1111u8 |\r\n| 0b0000_0001u8 | 0b1111_1110u8 |\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicheledurante%2Frust-bitwise-truth-tables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicheledurante%2Frust-bitwise-truth-tables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicheledurante%2Frust-bitwise-truth-tables/lists"}