#message #distribution #data #communication #effcient #message-based #rust-diffusion

bin+lib diffusion

This is the rust implementation of diffusion library. Diffusion is an effcient message-based data distribution library.

12 releases

0.9.0 Jan 15, 2021
0.8.2 Aug 22, 2018
0.8.0 Jan 30, 2016
0.7.3 Nov 1, 2015
0.6.1 Feb 8, 2015

#64 in #distribution

Download history 3/week @ 2024-02-15 10/week @ 2024-02-22 1/week @ 2024-02-29 3/week @ 2024-03-07 12/week @ 2024-03-14 35/week @ 2024-03-28 31/week @ 2024-04-04

66 downloads per month

MIT/Apache

17KB
344 lines

rust-diffusion

Build Status Coverage Status MSRV

This is the rust implementation of diffusion library. Diffusion is an effcient message-based data distribution library.

API documentation

Notes

This library requires stable Rust 1.36.0.


lib.rs:

Diffusion

Diffusion is a static library that provides several transport with a unified interface for messages based sub-pub style communication.

No runtime deps