{"id":19641561,"url":"https://github.com/kprotty/uchan","last_synced_at":"2025-04-28T12:31:24.472Z","repository":{"id":37967766,"uuid":"502495775","full_name":"kprotty/uchan","owner":"kprotty","description":"Channels","archived":false,"fork":false,"pushed_at":"2022-11-05T16:05:59.000Z","size":42,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T08:35:04.304Z","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/kprotty.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}},"created_at":"2022-06-12T01:52:34.000Z","updated_at":"2024-06-12T23:54:22.000Z","dependencies_parsed_at":"2023-01-21T01:16:56.358Z","dependency_job_id":null,"html_url":"https://github.com/kprotty/uchan","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kprotty%2Fuchan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kprotty%2Fuchan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kprotty%2Fuchan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kprotty%2Fuchan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kprotty","download_url":"https://codeload.github.com/kprotty/uchan/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251313568,"owners_count":21569451,"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-11-11T14:09:44.635Z","updated_at":"2025-04-28T12:31:24.151Z","avatar_url":"https://github.com/kprotty.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# μchan\nSmall, scalable, unbounded, mpsc channel.\n\n[![Cargo](https://img.shields.io/crates/v/uchan.svg)](\nhttps://crates.io/crates/uchan)\n[![Documentation](https://docs.rs/uchan/badge.svg)](\nhttps://docs.rs/uchan)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](\nhttps://github.com/kprotty/uchan)\n\nThis is (almost) a drop-in replacement for `std::sync::mpsc` with a focus on being lock-free and scalable for both producers and consumers.\nIt also supports being used as `#![no_std]`, in which the caller provides a trait used to block and unblock a thread, with the queue implementing everything else from there.\n\n## Usage\n\n```toml\n[dependencies]\nuchan = \"0.1.4\"\n```\n\n## Benchmarking\n\n```bash\ncd benchmark\ncargo run --release\n```\n\nFor adding custom channels to the benchmark, see `benchmark/src/queues.rs`.\n\n## License\n\nuchan is licensed under MIT (http://opensource.org/licenses/MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkprotty%2Fuchan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkprotty%2Fuchan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkprotty%2Fuchan/lists"}