Crate unisub

source ·
Expand description

A Pub/Sub implementation using Postgres as the backend.

This crate provides functionalities to subscribe and publish messages to different topics.

Structs

  • A Pub/Sub struct for message interactions.

Enums

  • Errors that can occur in the Pub/Sub system.

Functions