{"id":18113861,"url":"https://github.com/jezza/type_pipe","last_synced_at":"2026-02-18T14:34:50.978Z","repository":{"id":259193309,"uuid":"876660571","full_name":"Jezza/type_pipe","owner":"Jezza","description":"Curry types","archived":false,"fork":false,"pushed_at":"2024-10-22T11:05:22.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T02:39:40.563Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jezza.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}},"created_at":"2024-10-22T10:52:54.000Z","updated_at":"2024-10-22T11:05:26.000Z","dependencies_parsed_at":"2024-10-23T11:42:17.613Z","dependency_job_id":null,"html_url":"https://github.com/Jezza/type_pipe","commit_stats":null,"previous_names":["jezza/type_pipe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jezza/type_pipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Ftype_pipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Ftype_pipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Ftype_pipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Ftype_pipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jezza","download_url":"https://codeload.github.com/Jezza/type_pipe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jezza%2Ftype_pipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29582318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-01T02:10:08.579Z","updated_at":"2026-02-18T14:34:45.967Z","avatar_url":"https://github.com/Jezza.png","language":"Rust","readme":"# TypePipe!\n\n### Ever wanted the ability to curry type signatures?\nThen wait no longer!\nWith this crate, you can do things like:\n\n```rust\ntype_pipe! [\n    T,\n    MyType\u003c_\u003e,\n    MyWrapper\u003c_\u003e,\n]\n```\nand this produces:\n```rust\nMyWrapper\u003cMyType\u003cT\u003e\u003e,\n```\n\nThere's three main macros:\n\n`type_pipe`: This replaces all `_` with the resulting type from the previous line.  \nThis is the example I demonstrated above.\nAnother example:\n* `T, Wrapped\u003c_, String\u003e, Outer\u003cString, _\u003e` -\u003e `Outer\u003cString, Wrapped\u003cT, String\u003e\u003e`\n\n`type_pipe_pre`: This inserts the resulting type from the previous line into the first position.  \n * `T, Wrapped, Outer\u003cString\u003e` -\u003e `Outer\u003cWrapped\u003cT\u003e, String\u003e`\n * `T, Wrapped\u003cString\u003e, Outer\u003cString\u003e` -\u003e `Outer\u003cWrapped\u003cT, String\u003e, String\u003e`\n\n`type_pipe_post`: This inserts the resulting type from the previous line into the last position.\n* `T, Wrapped, Outer\u003cString\u003e` -\u003e `Outer\u003cString, Wrapped\u003cT\u003e\u003e`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezza%2Ftype_pipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjezza%2Ftype_pipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjezza%2Ftype_pipe/lists"}