fluxar 0.0.1

FLUXAR protocol — universal async bidirectional messaging (RPC + Streaming + PubSub). Work in progress.
Documentation
1
2
3
4
5
6
7
8
//! # FLUXAR
//!
//! Universal asynchronous bidirectional messaging protocol for Rust.
//! RPC + Streaming + PubSub in a single unified protocol.
//!
//! **Status:** This crate is under active development and not yet functional.
//!
//! See the [specification](https://github.com/fluxar-protocol/spec) for protocol details.