{"id":21951978,"url":"https://github.com/yourarj/rust-from-cpp","last_synced_at":"2026-05-07T17:33:19.857Z","repository":{"id":177892973,"uuid":"576558122","full_name":"yourarj/rust-from-cpp","owner":"yourarj","description":"This project aims to experiment integrating RUST in C++ project","archived":false,"fork":false,"pushed_at":"2023-02-05T08:14:18.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-19T18:01:28.354Z","etag":null,"topics":["cpp","cxx","rust"],"latest_commit_sha":null,"homepage":"","language":"C++","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/yourarj.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,"zenodo":null}},"created_at":"2022-12-10T08:11:00.000Z","updated_at":"2022-12-19T18:24:42.000Z","dependencies_parsed_at":"2023-07-10T21:15:12.420Z","dependency_job_id":null,"html_url":"https://github.com/yourarj/rust-from-cpp","commit_stats":null,"previous_names":["yourarj/rust-from-cpp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yourarj/rust-from-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourarj%2Frust-from-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourarj%2Frust-from-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourarj%2Frust-from-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourarj%2Frust-from-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yourarj","download_url":"https://codeload.github.com/yourarj/rust-from-cpp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourarj%2Frust-from-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32748617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cpp","cxx","rust"],"created_at":"2024-11-29T06:18:51.295Z","updated_at":"2026-05-07T17:33:19.843Z","avatar_url":"https://github.com/yourarj.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-from-cpp\n\nThis project aims to experiment integrating rust in C++ project\n\n## Setup (Optional)\n\nConsidering Ubuntu\n\n`sudo apt install clang lldb llvm lld`\n\n## Pre-requisites\n\nIf you are running with `-DENABLE_LTO=ON` switch, make sure that two environment variables `CC=clang-14` and `CXX=clang++-14` are set according to available clang version.\n\nRust llvm and local llvm should have same version.\n\n## How to Build \u0026 Run\n\n```bash\n# install cmake\nsudo apt install cmake\n\n# assuming running these commands from project root\n\n# create build dir\nmkdir -p build\n\n# cd to build dir\ncd build\n\n# build with cross-language LTO off\ncmake -DENABLE_LTO=OFF -DCMAKE_BUILD_TYPE=Release ..\n\n# make \nmake -j\n\n# run executable\n./main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourarj%2Frust-from-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyourarj%2Frust-from-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourarj%2Frust-from-cpp/lists"}