{"id":16743156,"url":"https://github.com/abiriadev/tup","last_synced_at":"2025-03-16T00:28:08.075Z","repository":{"id":240808180,"uuid":"708510809","full_name":"abiriadev/tup","owner":"abiriadev","description":"Helper macro for rust tuple","archived":false,"fork":false,"pushed_at":"2023-10-22T19:12:08.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T13:19:02.591Z","etag":null,"topics":["procedural-macros","rust-macros","tuples"],"latest_commit_sha":null,"homepage":"","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/abiriadev.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":"2023-10-22T19:12:04.000Z","updated_at":"2023-10-28T16:59:45.000Z","dependencies_parsed_at":"2024-05-21T00:26:43.843Z","dependency_job_id":"50365d5c-abca-47c2-bb9d-ecef9a9053b7","html_url":"https://github.com/abiriadev/tup","commit_stats":null,"previous_names":["abiriadev/tup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiriadev%2Ftup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiriadev%2Ftup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiriadev%2Ftup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiriadev%2Ftup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abiriadev","download_url":"https://codeload.github.com/abiriadev/tup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243809957,"owners_count":20351403,"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":["procedural-macros","rust-macros","tuples"],"created_at":"2024-10-13T01:26:07.033Z","updated_at":"2025-03-16T00:28:08.049Z","avatar_url":"https://github.com/abiriadev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `tup!()` macro\n\nGenerate a tuple or tuple type by repeating value or type.\n\n```rs\nuse tup::tup;\n\n// make tuple of length 6 filled with 0\nlet new_tuple = tup!(0; 6);\n\n// define a function accepting a tuple consisting of four `usize`\nfn draw(box: tup!(usize; 4)) {\n    // ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabiriadev%2Ftup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabiriadev%2Ftup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabiriadev%2Ftup/lists"}