ruststream 0.2.5

Async messaging framework for Rust: broker-agnostic traits, router, codecs, and a conformance harness for broker authors.
Documentation
1
2
3
4
5
6
7
8
9
10
{% extends "base.html" %}

{% block scripts %}
  {{ super() }}
  {#
    Context7 "Ask AI" widget (free for open source; indexes the public repo).
    Update data-library if the org or repo name changes.
  #}
  <script src="https://context7.com/widget.js" data-library="/powersemmi/ruststream"></script>
{% endblock %}