Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivmarkov/channel-bridge
https://github.com/ivmarkov/channel-bridge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivmarkov/channel-bridge
- Owner: ivmarkov
- License: apache-2.0
- Created: 2022-10-12T17:01:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T09:15:10.000Z (4 months ago)
- Last Synced: 2024-10-06T12:06:11.340Z (3 months ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Channel-Bridge
[![CI](https://github.com/ivmarkov/channel-bridge/actions/workflows/ci.yml/badge.svg)](https://github.com/ivmarkov/channel-bridge/actions/workflows/ci.yml)
![crates.io](https://img.shields.io/crates/v/channel-bridge.svg)Blocking and async `Sender` and `Receiver` traits with particular emphasis on async.
Async implementations:
* For a lot of the synchronization primitives in [embassy-sync](https://github.com/embassy-rs/embassy/tree/main/embassy-sync)
* For the custom, lock-free [`Notification`](src/notification.rs) primitive offered in this crate
* For web sockets
* For WASM websockets
* For [edge-ws](https://github.com/ivmarkov/edge-net/tree/master/edge-ws)
* For anything else that happens to implement the [`embedded-svc` Websocket traits](https://github.com/esp-rs/embedded-svc/blob/master/src/ws.rs#L114)