https://github.com/ivmarkov/channel-bridge
https://github.com/ivmarkov/channel-bridge
Last synced: 8 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T06:36:02.000Z (6 months ago)
- Last Synced: 2025-05-20T01:51:26.121Z (about 2 months ago)
- Language: Rust
- Size: 65.4 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Channel-Bridge
[](https://github.com/ivmarkov/channel-bridge/actions/workflows/ci.yml)
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)