{"id":34248155,"url":"https://github.com/sub07/channel-protocol","last_synced_at":"2025-12-30T08:49:01.976Z","repository":{"id":322175672,"uuid":"1088445439","full_name":"sub07/channel-protocol","owner":"sub07","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-11T20:23:23.000Z","size":40,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-11T22:21:16.650Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sub07.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-03T00:54:00.000Z","updated_at":"2025-11-11T20:23:28.000Z","dependencies_parsed_at":"2025-11-03T03:06:42.067Z","dependency_job_id":null,"html_url":"https://github.com/sub07/channel-protocol","commit_stats":null,"previous_names":["sub07/channel-protocol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sub07/channel-protocol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub07%2Fchannel-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub07%2Fchannel-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub07%2Fchannel-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub07%2Fchannel-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sub07","download_url":"https://codeload.github.com/sub07/channel-protocol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sub07%2Fchannel-protocol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27761237,"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-12-16T02:00:10.477Z","response_time":57,"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":[],"created_at":"2025-12-16T08:04:46.798Z","updated_at":"2025-12-16T08:04:47.813Z","avatar_url":"https://github.com/sub07.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Channel Protocol\n\n[\u003cimg alt=\"crates.io\" src=\"https://img.shields.io/crates/v/channel-protocol?style=for-the-badge\u0026logo=rust\u0026logoColor=white\"\u003e](https://crates.io/crates/channel-protocol)\n\n## What is it ?\n\nA procedural macro to generate channel protocol clients.\n\nYou can use function oriented communication between threads instead of communicating by sending messages through channels.\n\nThis is an abstraction over channels that makes inter-thread communication easier to use and read.\n\n## Installation\n\nAdd this to your `Cargo.toml`:\n\n```toml\n[dependencies]\nchannel-protocol = \"*\"\noneshot = { version = \"0.1\", features = [\"std\"], default-features = false } # Used for returned values\n```\n\n## Features\n\n- [x] std sync channel\n- [ ] async channel (contribution are welcomed)\n\n## Example\n\nCheck the [examples](./examples) folder for examples.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsub07%2Fchannel-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsub07%2Fchannel-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsub07%2Fchannel-protocol/lists"}