diffusion 0.7.0

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

name = "diffusion"
version = "0.7.0"
authors = ["Wangshan Lu <wisagan@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/WiSaGaN/rust-diffusion"
homepage = "https://github.com/WiSaGaN/rust-diffusion"
description = """
This is the rust implementation of diffusion library. Diffusion is an effcient message-based data distribution library.
"""


[[bin]]

name = "file_reader"
path = "src/bin/file_reader.rs"

[[bin]]

name = "file_writer"
path = "src/bin/file_writer.rs"