{"id":19529060,"url":"https://github.com/calculationcollective/rscalculator","last_synced_at":"2026-06-19T05:31:04.900Z","repository":{"id":72470676,"uuid":"591016012","full_name":"CalculationCollective/RSCalculator","owner":"CalculationCollective","description":"Calculator with Rust","archived":false,"fork":false,"pushed_at":"2023-01-20T09:29:17.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-26T02:41:27.361Z","etag":null,"topics":["calculator","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CalculationCollective.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-01-19T18:32:40.000Z","updated_at":"2023-01-27T15:26:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd1dc8eb-373b-4042-81fe-1cc20a9f0bda","html_url":"https://github.com/CalculationCollective/RSCalculator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CalculationCollective/RSCalculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FRSCalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FRSCalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FRSCalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FRSCalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalculationCollective","download_url":"https://codeload.github.com/CalculationCollective/RSCalculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalculationCollective%2FRSCalculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["calculator","rust"],"created_at":"2024-11-11T01:21:41.790Z","updated_at":"2026-06-19T05:31:04.878Z","avatar_url":"https://github.com/CalculationCollective.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSCalculator\n\n- [RSCalculator](#rscalculator)\n  - [Build the calculator](#build-the-calculator)\n  - [Use the calculator](#use-the-calculator)\n\n\n## Build the calculator\nTo build the project use\n```bash\nrustc calculator.rs\n```\n\nWe now should have a `calculator` file in our folder. We can easily execute this with \n\n```bash \n./calculator\n```\n\n## Use the calculator\n\nAfter executing the calculator you can enter the first number.\n```bash\nEnter first number: 5 # 5 is the input\n```\nThen choose between the calculation functions.\n```bash\nChoose between:\n1)Addition\n2)Subtraction\n3)Multiplication\n4)Division\n1 # \u003c This is our input\n```\nWe now can enter the second number\n```bash\nEnter second number: 2 # 2 is the input\n```\nNow it should give the right output.\n```bash\n7 # 7 is the return value\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalculationcollective%2Frscalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalculationcollective%2Frscalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalculationcollective%2Frscalculator/lists"}