{"id":16001585,"url":"https://github.com/9999years/concat_strs","last_synced_at":"2025-03-17T19:31:57.723Z","repository":{"id":57609905,"uuid":"269212624","full_name":"9999years/concat_strs","owner":"9999years","description":"Rust macro for quickly building a string from components.","archived":false,"fork":false,"pushed_at":"2020-09-26T21:05:00.000Z","size":28,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-28T03:26:48.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.rs/concat_strs/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/9999years.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-03T23:03:30.000Z","updated_at":"2023-03-10T18:45:23.000Z","dependencies_parsed_at":"2022-08-27T21:23:43.983Z","dependency_job_id":null,"html_url":"https://github.com/9999years/concat_strs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9999years%2Fconcat_strs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9999years%2Fconcat_strs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9999years%2Fconcat_strs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9999years%2Fconcat_strs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9999years","download_url":"https://codeload.github.com/9999years/concat_strs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878478,"owners_count":20362433,"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":[],"created_at":"2024-10-08T09:44:51.081Z","updated_at":"2025-03-17T19:31:57.447Z","avatar_url":"https://github.com/9999years.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# concat_strs\n\n[![docs.rs](https://docs.rs/concat_strs/badge.svg)](https://docs.rs/concat_strs/1.0.0/concat_strs/)\n[![crates.io](https://img.shields.io/crates/v/concat_strs.svg)](https://crates.io/crates/concat_strs)\n[![license: AGPL-3.0](https://img.shields.io/github/license/9999years/concat_strs)](https://www.gnu.org/licenses/agpl-3.0.en.html)\n[![github.com/9999years/concat_strs](https://img.shields.io/badge/GitHub-9999years%2Fconcat__strs-blue)](https://github.com/9999years/concat_strs)\n\nProvides the `concat_strs!` macro, which allows quickly building a `String`\nfrom a number of components.\n\nExample usage:\n\n```rust\nuse concat_strs::concat_strs;\n\nassert_eq!(\n    \"foo_bar_3.0\",\n    concat_strs!(\n        \"foo\",\n        '_',\n        \"bar\",\n        '_',\n        3.0,\n    )\n);\n```\n\nThis is [the fastest way to build a string from components][concat-benches].\n\n[concat-benches]: https://github.com/hoodie/concatenation_benchmarks-rs","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9999years%2Fconcat_strs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9999years%2Fconcat_strs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9999years%2Fconcat_strs/lists"}