Skip to content

Commit

Permalink
feat: Add initial support to pub/sub
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
rcelha committed May 8, 2024
1 parent 1ebe7d3 commit 19e0538
Show file tree
Hide file tree
Showing 30 changed files with 2,112 additions and 2,611 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
.vim/
.DS_Store
/Cargo.lock
Loading

0 comments on commit 19e0538

Please sign in to comment.