Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthurgubaidullin/pub-sub-rs
The trait and in-memory implementation of the Pub/Sub system
https://github.com/arthurgubaidullin/pub-sub-rs
in-memory pubsub rust-library trait
Last synced: 3 days ago
JSON representation
The trait and in-memory implementation of the Pub/Sub system
- Host: GitHub
- URL: https://github.com/arthurgubaidullin/pub-sub-rs
- Owner: arthurgubaidullin
- License: mit
- Created: 2025-01-08T14:52:24.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-17T10:22:27.000Z (4 days ago)
- Last Synced: 2025-01-17T11:27:53.437Z (4 days ago)
- Topics: in-memory, pubsub, rust-library, trait
- Language: Rust
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pub/Sub
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/arthurgubaidullin/pub-sub-rs) [![Cargo Build & Test & Lint](https://github.com/arthurgubaidullin/pub-sub-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/arthurgubaidullin/pub-sub-rs/actions/workflows/ci.yml) [![Dependabot Updates](https://github.com/arthurgubaidullin/pub-sub-rs/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/arthurgubaidullin/pub-sub-rs/actions/workflows/dependabot/dependabot-updates)
## Crates
1. [Pub/Sub Trait](pub-sub/trait/README.md)
1. [In-memory Pub/Sub](pub-sub/in-memory/README.md)## Examples
1. [Simple](examples/simple)
1. [Cloudflare Workers](examples/worker)## License
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, shall be licensed as MIT, without any additional terms or conditions.