Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.