{"id":30213718,"url":"https://github.com/aweirddev/chainit","last_synced_at":"2026-01-20T17:28:43.394Z","repository":{"id":306932041,"uuid":"1027795267","full_name":"AWeirdDev/chainit","owner":"AWeirdDev","description":"Quick solve for \"PLEASE JUST MAKE THIS SHI CHAIN!!!!!!!\" situations.","archived":false,"fork":false,"pushed_at":"2025-07-28T14:43:38.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-13T23:23:59.048Z","etag":null,"topics":["chain","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/chainit","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/AWeirdDev.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,"zenodo":null}},"created_at":"2025-07-28T14:43:32.000Z","updated_at":"2025-07-28T14:45:06.000Z","dependencies_parsed_at":"2025-07-28T14:53:07.593Z","dependency_job_id":"c505da0c-d143-4449-900a-91ea7210bd05","html_url":"https://github.com/AWeirdDev/chainit","commit_stats":null,"previous_names":["aweirddev/chainit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AWeirdDev/chainit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Fchainit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Fchainit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Fchainit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Fchainit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AWeirdDev","download_url":"https://codeload.github.com/AWeirdDev/chainit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AWeirdDev%2Fchainit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274349467,"owners_count":25268979,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chain","rust"],"created_at":"2025-08-13T23:16:15.760Z","updated_at":"2026-01-20T17:28:41.986Z","avatar_url":"https://github.com/AWeirdDev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chainit\nThis essentially solves the \"PLEASE JUST MAKE THIS SHI CHAIN!!!!!!!\" situations.\n\nJust use the `chained()` function and start chaining everything.\n\n```rust\nuse chainit::chained;\n\nfn do_something() {}\n\nfn main() {\n    let res = chained(100)\n        .chain(|item| item - 1)\n        .chain(|mut item| {\n            item += 1;\n            do_something();\n\n            item\n        })\n        .take();\n\n    assert_eq!(res, 100);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faweirddev%2Fchainit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faweirddev%2Fchainit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faweirddev%2Fchainit/lists"}