{"id":21130658,"url":"https://github.com/brglng/rxx","last_synced_at":"2025-03-14T12:14:28.904Z","repository":{"id":84205019,"uuid":"145974630","full_name":"brglng/rxx","owner":"brglng","description":"Rust-flavored C++ template library","archived":false,"fork":false,"pushed_at":"2020-11-06T09:00:41.000Z","size":196,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-21T06:11:33.285Z","etag":null,"topics":["cpp","cpp11","rust"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brglng.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-08-24T09:53:52.000Z","updated_at":"2024-07-01T09:23:59.000Z","dependencies_parsed_at":"2023-05-23T23:00:24.008Z","dependency_job_id":null,"html_url":"https://github.com/brglng/rxx","commit_stats":null,"previous_names":["brglng/rxx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brglng%2Frxx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brglng%2Frxx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brglng%2Frxx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brglng%2Frxx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brglng","download_url":"https://codeload.github.com/brglng/rxx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573495,"owners_count":20312883,"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":["cpp","cpp11","rust"],"created_at":"2024-11-20T05:36:16.166Z","updated_at":"2025-03-14T12:14:28.880Z","avatar_url":"https://github.com/brglng.png","language":"C++","readme":"# rxx\n\n`rxx` is a C++ library who aims to bring Rust goodies to C++.\n\n## Prerequisites\n\n- Compiler with C++11 support\n- I/O related modules only support Unix-like OSes at the moment\n\n## Differences from Rust\n\n- All types are by default mutable.\n- STL style iterators are provided to be compatible with\n  `for (auto\u0026\u0026 elem : container)` syntax.\n- Macros are in all upper case and prefixed with `RXX_`.\n- Names of all types are in CamelCase.\n- No literal support (can be added in the futrue).\n\n## Usage\n\n`rxx` uses [CMake](https://cmake.org). You can either include `rxx` in your\nbuild tree:\n\n```cmake\nadd_subdirectory(rxx)\ntarget_link_library(YourProject PUBLIC Rxx::rxx)\n```\n \nor install `rxx` somewhere and use `find_package` to find it:\n\n```cmake\nfind_package(Rxx)\ntarget_link_library(YourProject PUBLIC Rxx::rxx)\n```\n\n\u003c!-- vim: set cc=80 tw=80 sw=4 sts=4 et: --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrglng%2Frxx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrglng%2Frxx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrglng%2Frxx/lists"}