{"id":18296901,"url":"https://github.com/jeehoonkang/concurrent-circbuf","last_synced_at":"2025-04-05T12:32:11.788Z","repository":{"id":55561563,"uuid":"124778834","full_name":"jeehoonkang/concurrent-circbuf","owner":"jeehoonkang","description":"Concurrent channels based on circular buffer","archived":false,"fork":false,"pushed_at":"2021-04-29T19:17:29.000Z","size":60,"stargazers_count":4,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T04:41:32.609Z","etag":null,"topics":["channel","circular-buffer","concurrency","queue","ring-buffer","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeehoonkang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-11T17:02:17.000Z","updated_at":"2020-12-22T01:22:18.000Z","dependencies_parsed_at":"2022-08-15T03:11:02.588Z","dependency_job_id":null,"html_url":"https://github.com/jeehoonkang/concurrent-circbuf","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/jeehoonkang%2Fconcurrent-circbuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeehoonkang%2Fconcurrent-circbuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeehoonkang%2Fconcurrent-circbuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeehoonkang%2Fconcurrent-circbuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeehoonkang","download_url":"https://codeload.github.com/jeehoonkang/concurrent-circbuf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339022,"owners_count":20923004,"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":["channel","circular-buffer","concurrency","queue","ring-buffer","rust"],"created_at":"2024-11-05T14:44:45.157Z","updated_at":"2025-04-05T12:32:09.263Z","avatar_url":"https://github.com/jeehoonkang.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Concurrent channels based on circular buffer\n\n[![Build Status](https://travis-ci.org/jeehoonkang/concurrent-circbuf.svg?branch=master)](https://travis-ci.org/jeehoonkang/concurrent-circbuf)\n[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](https://github.com/jeehoonkang/concurrent-circbuf)\n\u003c!-- [![Cargo](https://img.shields.io/crates/v/crossbeam-epoch.svg)](https://crates.io/crates/crossbeam-epoch) --\u003e\n\u003c!-- [![Documentation](https://docs.rs/crossbeam-epoch/badge.svg)](https://docs.rs/crossbeam-epoch) --\u003e\n\n**CAVEAT: This crate is WIP**, and is not yet available in [crates.io](https://crates.io).\n\nThis crate provides concurrent channels based on circular buffer.\n\n## Usage\n\nAdd this to your `Cargo.toml`:\n\n\u003c!-- ```toml --\u003e\n\u003c!-- [dependencies] --\u003e\n\u003c!-- concurrent-circbuf = \"0.1\" --\u003e\n\u003c!-- ``` --\u003e\n\n```toml\n[dependencies]\nconcurrent-circbuf = { git = \"https://github.com/jeehoonkang/concurrent-circbuf.git\" }\n```\n\nNext, add this to your crate:\n\n```rust\nextern crate concurrent_circbuf as circbuf;\n```\n\n## License\n\nLicensed under the terms of MIT license and the Apache License (Version 2.0).\n\nSee [LICENSE-MIT](LICENSE-MIT) and [LICENSE-APACHE](LICENSE-APACHE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeehoonkang%2Fconcurrent-circbuf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeehoonkang%2Fconcurrent-circbuf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeehoonkang%2Fconcurrent-circbuf/lists"}