Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add initial support to pub/sub #10

Merged
merged 1 commit into from
May 16, 2024
Merged

feat: Add initial support to pub/sub #10

merged 1 commit into from
May 16, 2024

Commits on May 16, 2024

  1. feat: Add initial support to pub/sub

    - Client subscription
    - refactor: Move as much as possible out of `mod.rs` files
    - refactor: Move some client logic into a Tower Service
    - docs: Add extra doc strings
    - docs: Move top level docs into `src/lib.rs`
    - docs: Add a http server to preview the docs
    - remove Cargo.lock from main library
    - refactor: Change to use Arc<AppData> in most hooks
    - Add async background task
    rcelha committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4c1bd0c View commit details
    Browse the repository at this point in the history