{"id":24044658,"url":"https://github.com/furqanhun/temp-conv-rust","last_synced_at":"2026-06-13T12:01:43.983Z","repository":{"id":257446838,"uuid":"858296435","full_name":"FurqanHun/temp-conv-rust","owner":"FurqanHun","description":"a temperature converter written in rust","archived":false,"fork":false,"pushed_at":"2024-09-16T19:35:59.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T09:14:29.092Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/FurqanHun.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":"2024-09-16T16:49:12.000Z","updated_at":"2024-09-16T19:36:03.000Z","dependencies_parsed_at":"2024-09-16T20:55:01.582Z","dependency_job_id":null,"html_url":"https://github.com/FurqanHun/temp-conv-rust","commit_stats":null,"previous_names":["furqanhun/temp-conv-rust"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FurqanHun/temp-conv-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurqanHun%2Ftemp-conv-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurqanHun%2Ftemp-conv-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurqanHun%2Ftemp-conv-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurqanHun%2Ftemp-conv-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FurqanHun","download_url":"https://codeload.github.com/FurqanHun/temp-conv-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FurqanHun%2Ftemp-conv-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34283391,"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-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2025-01-08T23:32:40.528Z","updated_at":"2026-06-13T12:01:43.952Z","avatar_url":"https://github.com/FurqanHun.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temperature Converter in Rust\n\nThis is a simple temperature converter written in Rust. It converts temperatures between Celsius, Fahrenheit, and Kelvin.\n\n## Inssallation\n\n### Linux\ndownload the binary from the releases page and open the terminal in the directory where the binary is located and run the following command:\n```bash\n./temp_conv\n```\nAnd if doesnt work, you may need to give the binary the permission to execute:\n```bash\nchmod +x temp_conv\n```\n\n### Windows\ndownload the binary from the releases page and open the command prompt in the directory where the binary is located and run the following command:\n```cmd\ntemp_conv.exe\n```\n**Note:** I used `cargo build --release --target x86_64-pc-windows-gnu` to build the binary for Windows and it may raise false flags in some antivirus software. If you don't trust the binary, you can build the project from source.\n\n## Building from source\n\nTo build the project from source, you need to have Rust and Cargo installed on your machine. You can install Rust by following the instructions on the [official website](https://www.rust-lang.org/tools/install).\nClone the repository and navigate to the project directory and run the following command:\n```bash\ncargo build --release\n```\nThe binary will be located in the `target/release` directory.\n\n## Note\n\n- I'm still learning Rust, so this is a simple project to help me learn the basics of the language.\n- I'm open to feedback and suggestions on how to improve the code.\n- I will refactor the code and make more modules to improve the readability (hopefully lol).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurqanhun%2Ftemp-conv-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurqanhun%2Ftemp-conv-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurqanhun%2Ftemp-conv-rust/lists"}