type_pubsub 0.2.0

Type-based publisher-subscriber broker written in Rust
Documentation
  • Coverage
  • 28.57%
    2 out of 7 items documented0 out of 6 items with examples
  • Size
  • Source code size: 23.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 560.91 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 24s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • sgasse/type_pubsub
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • sgasse

TypePubSub

Basic implementation of a publisher-subscriber broker that allows to subscribe and publish according to the message type.

The binary included in this repo shows a usage example.